Class CachePerformanceInformationUtil
java.lang.Object
com.evolveum.midpoint.schema.statistics.CachePerformanceInformationUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addTo
(@NotNull CachesPerformanceInformationType aggregate, @Nullable CachesPerformanceInformationType part) static String
format
(CachesPerformanceInformationType information) static String
format
(CachesPerformanceInformationType information, AbstractStatisticsPrinter.Options options) static String
format
(Map<String, CachePerformanceCollector.CacheData> performanceMap) static String
formatExtra
(Map<String, CachePerformanceCollector.CacheData> performanceMap) toCachesPerformanceInformationType
(@NotNull Map<String, CachePerformanceCollector.CacheData> performanceMap)
-
Constructor Details
-
CachePerformanceInformationUtil
public CachePerformanceInformationUtil()
-
-
Method Details
-
toCachesPerformanceInformationType
public static CachesPerformanceInformationType toCachesPerformanceInformationType(@NotNull @NotNull Map<String, CachePerformanceCollector.CacheData> performanceMap) -
addTo
public static void addTo(@NotNull @NotNull CachesPerformanceInformationType aggregate, @Nullable @Nullable CachesPerformanceInformationType part) -
format
-
format
public static String format(CachesPerformanceInformationType information, AbstractStatisticsPrinter.Options options) -
format
-
formatExtra
-