Class OperationsPerformanceInformationUtil
java.lang.Object
com.evolveum.midpoint.schema.statistics.OperationsPerformanceInformationUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addTo
(@NotNull OperationsPerformanceInformationType aggregate, @Nullable OperationsPerformanceInformationType part) static String
static String
format
(OperationsPerformanceInformationType i, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds) toOperationsPerformanceInformationType
(@NotNull OperationsPerformanceInformation methodsInfo)
-
Constructor Details
-
OperationsPerformanceInformationUtil
public OperationsPerformanceInformationUtil()
-
-
Method Details
-
toOperationsPerformanceInformationType
public static OperationsPerformanceInformationType toOperationsPerformanceInformationType(@NotNull @NotNull OperationsPerformanceInformation methodsInfo) -
addTo
public static void addTo(@NotNull @NotNull OperationsPerformanceInformationType aggregate, @Nullable @Nullable OperationsPerformanceInformationType part) -
format
-
format
public static String format(OperationsPerformanceInformationType i, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds)
-