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