Uses of Class
com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter.Options
Packages that use AbstractStatisticsPrinter.Options
-
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 StringActivityBucketManagementStatisticsUtil.format(ActivityBucketManagementStatisticsType i, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds) static StringCachePerformanceInformationUtil.format(CachesPerformanceInformationType information, AbstractStatisticsPrinter.Options options) static StringComponentsPerformanceInformationUtil.format(@NotNull ComponentsPerformanceInformationType info, AbstractStatisticsPrinter.Options options, Integer iterations) 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) 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 StringActivityItemProcessingStatisticsUtil.format(@Nullable ActivityItemProcessingStatisticsType source, AbstractStatisticsPrinter.Options options) Formats the information.