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 Summary
Modifier and TypeClassDescriptionstatic enum
static class
static enum
-
Constructor Summary
ConstructorDescriptionAbstractStatisticsPrinter
(T information, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds) -
Method Summary
-
Constructor Details
-
AbstractStatisticsPrinter
public AbstractStatisticsPrinter(@NotNull T information, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds)
-
-
Method Details
-
print
-
prepare
public abstract void prepare() -
avg
-
div
-
percent
-
getData
-
getFormatting
-