Class RepositoryPerformanceInformationPrinter
java.lang.Object
com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter<RepositoryPerformanceInformationType>
com.evolveum.midpoint.schema.statistics.RepositoryPerformanceInformationPrinter
public class RepositoryPerformanceInformationPrinter
extends AbstractStatisticsPrinter<RepositoryPerformanceInformationType>
Formats sql (repo/audit) 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
ConstructorDescriptionRepositoryPerformanceInformationPrinter
(@NotNull RepositoryPerformanceInformationType information, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds) -
Method Summary
Methods inherited from class com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter
avg, div, getData, getFormatting, percent, print
-
Constructor Details
-
RepositoryPerformanceInformationPrinter
public RepositoryPerformanceInformationPrinter(@NotNull @NotNull RepositoryPerformanceInformationType information, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds)
-
-
Method Details
-
prepare
public void prepare()- Specified by:
prepare
in classAbstractStatisticsPrinter<RepositoryPerformanceInformationType>
-