Class GenericStatisticsData
java.lang.Object
com.evolveum.midpoint.schema.statistics.GenericStatisticsData
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getCount()
long
long
long
void
recordOperation
(long duration, int count)
-
Constructor Details
-
GenericStatisticsData
public GenericStatisticsData()
-
-
Method Details
-
getCount
public int getCount() -
getTotalDuration
public long getTotalDuration() -
getMinDuration
public long getMinDuration() -
getMaxDuration
public long getMaxDuration() -
recordOperation
public void recordOperation(long duration, int count)
-