Uses of Class
com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter.Options
Packages that use AbstractStatisticsPrinter.Options
Package
Description
-
Uses of AbstractStatisticsPrinter.Options in com.evolveum.midpoint.repo.common.activity.run.state
Methods in com.evolveum.midpoint.repo.common.activity.run.state with parameters of type AbstractStatisticsPrinter.OptionsModifier and TypeMethodDescriptionstatic String
ActivityItemProcessingStatistics.format
(ActivityItemProcessingStatisticsType source, AbstractStatisticsPrinter.Options options) Formats the information. -
Uses of AbstractStatisticsPrinter.Options in com.evolveum.midpoint.schema.statistics
Methods in com.evolveum.midpoint.schema.statistics with parameters of type AbstractStatisticsPrinter.OptionsModifier and TypeMethodDescriptionstatic String
ActivityBucketManagementStatisticsUtil.format
(ActivityBucketManagementStatisticsType i, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds) static String
CachePerformanceInformationUtil.format
(CachesPerformanceInformationType information, AbstractStatisticsPrinter.Options options) static String
ComponentsPerformanceInformationUtil.format
(@NotNull ComponentsPerformanceInformationType info, AbstractStatisticsPrinter.Options options, Integer iterations) static String
OperationsPerformanceInformationUtil.format
(OperationsPerformanceInformationType i, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds) static String
ProvisioningStatistics.format
(ProvisioningStatisticsType source, AbstractStatisticsPrinter.Options options) Formats the information.static String
RepositoryPerformanceInformationUtil.format
(RepositoryPerformanceInformationType i, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds) Constructors in com.evolveum.midpoint.schema.statistics with parameters of type AbstractStatisticsPrinter.OptionsModifierConstructorDescriptionAbstractStatisticsPrinter
(T information, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds) ActivityItemProcessingStatisticsPrinter
(@NotNull ActivityItemProcessingStatisticsType information, AbstractStatisticsPrinter.Options options) ActivityProgressPrinter
(@NotNull ActivityProgressType information, AbstractStatisticsPrinter.Options options) CachePerformanceInformationPrinter
(@NotNull CachesPerformanceInformationType information, AbstractStatisticsPrinter.Options options) ComponentsPerformanceInformationPrinter
(@NotNull ComponentsPerformanceInformationType information, AbstractStatisticsPrinter.Options options, Integer iterations) OperationsPerformanceInformationPrinter
(@NotNull OperationsPerformanceInformationType information, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds, boolean viaAspect) ProvisioningStatisticsPrinter
(ProvisioningStatisticsType information, AbstractStatisticsPrinter.Options options) RepositoryPerformanceInformationPrinter
(@NotNull RepositoryPerformanceInformationType information, 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.OptionsModifier and TypeMethodDescriptionstatic String
ActivityItemProcessingStatisticsUtil.format
(@Nullable ActivityItemProcessingStatisticsType source, AbstractStatisticsPrinter.Options options) Formats the information.