Uses of Class
com.evolveum.midpoint.util.caching.CachePerformanceCollector.CacheData
-
Packages that use CachePerformanceCollector.CacheData Package Description com.evolveum.midpoint.schema.statistics com.evolveum.midpoint.util.caching -
-
Uses of CachePerformanceCollector.CacheData in com.evolveum.midpoint.schema.statistics
Method parameters in com.evolveum.midpoint.schema.statistics with type arguments of type CachePerformanceCollector.CacheData Modifier and Type Method Description static String
CachePerformanceInformationUtil. format(Map<String,CachePerformanceCollector.CacheData> performanceMap)
static String
CachePerformanceInformationUtil. formatExtra(Map<String,CachePerformanceCollector.CacheData> performanceMap)
static CachesPerformanceInformationType
CachePerformanceInformationUtil. toCachesPerformanceInformationType(@NotNull Map<String,CachePerformanceCollector.CacheData> performanceMap)
-
Uses of CachePerformanceCollector.CacheData in com.evolveum.midpoint.util.caching
Methods in com.evolveum.midpoint.util.caching that return types with arguments of type CachePerformanceCollector.CacheData Modifier and Type Method Description Map<String,CachePerformanceCollector.CacheData>
CachePerformanceCollector. getGlobalPerformanceMap()
Map<String,CachePerformanceCollector.CacheData>
CachePerformanceCollector. getThreadLocalPerformanceMap()
-