Class OperationsPerformanceInformationUtil
- java.lang.Object
-
- com.evolveum.midpoint.schema.statistics.OperationsPerformanceInformationUtil
-
public class OperationsPerformanceInformationUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description OperationsPerformanceInformationUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addTo(@NotNull OperationsPerformanceInformationType aggregate, @Nullable OperationsPerformanceInformationType part)
static String
format(OperationsPerformanceInformationType i)
static String
format(OperationsPerformanceInformationType i, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds)
static OperationsPerformanceInformationType
toOperationsPerformanceInformationType(@NotNull OperationsPerformanceInformation methodsInfo)
-
-
-
Method Detail
-
toOperationsPerformanceInformationType
public static OperationsPerformanceInformationType toOperationsPerformanceInformationType(@NotNull @NotNull OperationsPerformanceInformation methodsInfo)
-
addTo
public static void addTo(@NotNull @NotNull OperationsPerformanceInformationType aggregate, @Nullable @Nullable OperationsPerformanceInformationType part)
-
format
public static String format(OperationsPerformanceInformationType i)
-
format
public static String format(OperationsPerformanceInformationType i, AbstractStatisticsPrinter.Options options, Integer iterations, Integer seconds)
-
-