Class AbstractStatisticsPrinter<T>
java.lang.Object
com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter<T>
- Direct Known Subclasses:
- ActivityItemProcessingStatisticsPrinter,- ActivityProgressPrinter,- CachePerformanceInformationPrinter,- OperationsPerformanceInformationPrinter,- ProvisioningStatisticsPrinter,- RepositoryPerformanceInformationPrinter,- SynchronizationInformationPrinter,- TaskWorkBucketManagementPerformanceInformationPrinter
Prints statistics in selected format.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumstatic classstatic enum
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractStatisticsPrinter(T information, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds) 
- 
Method Summary
- 
Constructor Details- 
AbstractStatisticsPrinterpublic AbstractStatisticsPrinter(@NotNull T information, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds) 
 
- 
- 
Method Details- 
print
- 
preparepublic abstract void prepare()
- 
avg
- 
div
- 
percent
- 
getData
- 
getFormatting
 
-