Class GenericStatisticsData
- java.lang.Object
-
- com.evolveum.midpoint.schema.statistics.GenericStatisticsData
-
public class GenericStatisticsData extends Object
- Author:
- Pavol Mederly
-
-
Constructor Summary
Constructors Constructor Description GenericStatisticsData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCount()
long
getMaxDuration()
long
getMinDuration()
long
getTotalDuration()
void
recordOperation(long duration, int count)
-