Class OperationsPerformanceInformationPrinter
- java.lang.Object
-
- com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter<OperationsPerformanceInformationType>
-
- com.evolveum.midpoint.schema.statistics.OperationsPerformanceInformationPrinter
-
public class OperationsPerformanceInformationPrinter extends AbstractStatisticsPrinter<OperationsPerformanceInformationType>
Prints operations performance information.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter
AbstractStatisticsPrinter.Format, AbstractStatisticsPrinter.Options, AbstractStatisticsPrinter.SortBy
-
-
Constructor Summary
Constructors Constructor Description OperationsPerformanceInformationPrinter(@NotNull OperationsPerformanceInformationType information, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds, boolean viaAspect)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
prepare()
-
Methods inherited from class com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter
avg, div, getData, getFormatting, percent, print
-
-
-
-
Constructor Detail
-
OperationsPerformanceInformationPrinter
public OperationsPerformanceInformationPrinter(@NotNull @NotNull OperationsPerformanceInformationType information, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds, boolean viaAspect)
-
-
Method Detail
-
prepare
public void prepare()
- Specified by:
prepare
in classAbstractStatisticsPrinter<OperationsPerformanceInformationType>
-
-