Class CachePerformanceInformationUtil
java.lang.Object
com.evolveum.midpoint.schema.statistics.CachePerformanceInformationUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddTo(@NotNull CachesPerformanceInformationType aggregate, @Nullable CachesPerformanceInformationType part) static Stringformat(CachesPerformanceInformationType information) static Stringformat(CachesPerformanceInformationType information, AbstractStatisticsPrinter.Options options) static Stringformat(Map<String, CachePerformanceCollector.CacheData> performanceMap) static StringformatExtra(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
-