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
ConstructorDescriptionOperationsPerformanceInformationPrinter
(@NotNull OperationsPerformanceInformationType information, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds, boolean viaAspect) -
Method Summary
Methods inherited from class com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter
avg, div, getData, getFormatting, percent, print
-
Constructor Details
-
OperationsPerformanceInformationPrinter
public OperationsPerformanceInformationPrinter(@NotNull @NotNull OperationsPerformanceInformationType information, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds, boolean viaAspect)
-
-
Method Details
-
prepare
public void prepare()- Specified by:
prepare
in classAbstractStatisticsPrinter<OperationsPerformanceInformationType>
-