Uses of Class
com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter.Options
-
Packages that use AbstractStatisticsPrinter.Options Package Description com.evolveum.midpoint.schema.statistics com.evolveum.midpoint.schema.util.task -
-
Uses of AbstractStatisticsPrinter.Options in com.evolveum.midpoint.schema.statistics
Methods in com.evolveum.midpoint.schema.statistics with parameters of type AbstractStatisticsPrinter.Options Modifier and Type Method Description static StringActivityBucketManagementStatisticsUtil. format(ActivityBucketManagementStatisticsType i, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds)static StringCachePerformanceInformationUtil. format(CachesPerformanceInformationType information, AbstractStatisticsPrinter.Options options)static StringOperationsPerformanceInformationUtil. format(OperationsPerformanceInformationType i, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds)static StringProvisioningStatistics. format(ProvisioningStatisticsType source, AbstractStatisticsPrinter.Options options)Formats the information.static StringRepositoryPerformanceInformationUtil. format(RepositoryPerformanceInformationType i, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds) -
Uses of AbstractStatisticsPrinter.Options in com.evolveum.midpoint.schema.util.task
Methods in com.evolveum.midpoint.schema.util.task with parameters of type AbstractStatisticsPrinter.Options Modifier and Type Method Description static StringActivityItemProcessingStatisticsUtil. format(@Nullable ActivityItemProcessingStatisticsType source, AbstractStatisticsPrinter.Options options)Formats the information.
-