Class GenericStatisticsData
java.lang.Object
com.evolveum.midpoint.schema.statistics.GenericStatisticsData
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetCount()longlonglongvoidrecordOperation(long duration, int count) 
- 
Constructor Details- 
GenericStatisticsDatapublic GenericStatisticsData()
 
- 
- 
Method Details- 
getCountpublic int getCount()
- 
getTotalDurationpublic long getTotalDuration()
- 
getMinDurationpublic long getMinDuration()
- 
getMaxDurationpublic long getMaxDuration()
- 
recordOperationpublic void recordOperation(long duration, int count) 
 
-