Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.CachesPerformanceInformationType
-
Packages that use CachesPerformanceInformationType Package Description com.evolveum.midpoint.schema.statistics com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of CachesPerformanceInformationType in com.evolveum.midpoint.schema.statistics
Methods in com.evolveum.midpoint.schema.statistics that return CachesPerformanceInformationType Modifier and Type Method Description static CachesPerformanceInformationTypeCachePerformanceInformationUtil. toCachesPerformanceInformationType(@NotNull Map<String,CachePerformanceCollector.CacheData> performanceMap)Methods in com.evolveum.midpoint.schema.statistics with parameters of type CachesPerformanceInformationType Modifier and Type Method Description static voidCachePerformanceInformationUtil. addTo(@NotNull CachesPerformanceInformationType aggregate, @Nullable CachesPerformanceInformationType part)static StringCachePerformanceInformationUtil. format(CachesPerformanceInformationType information)static StringCachePerformanceInformationUtil. format(CachesPerformanceInformationType information, AbstractStatisticsPrinter.Options options)Constructors in com.evolveum.midpoint.schema.statistics with parameters of type CachesPerformanceInformationType Constructor Description CachePerformanceInformationPrinter(@NotNull CachesPerformanceInformationType information, AbstractStatisticsPrinter.Options options) -
Uses of CachesPerformanceInformationType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return CachesPerformanceInformationType Modifier and Type Method Description CachesPerformanceInformationTypeOperationStatsType. beginCachesPerformanceInformation()CachesPerformanceInformationTypeCachesPerformanceInformationType. cache(SingleCachePerformanceInformationType value)CachesPerformanceInformationTypeCachesPerformanceInformationType. clone()Creates and returns a deep copy of this object.CachesPerformanceInformationTypeObjectFactory. createCachesPerformanceInformationType()Create an instance ofCachesPerformanceInformationTypeCachesPerformanceInformationTypeOperationStatsType. getCachesPerformanceInformation()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CachesPerformanceInformationType Modifier and Type Method Description OperationStatsTypeOperationStatsType. cachesPerformanceInformation(CachesPerformanceInformationType value)voidOperationStatsType. setCachesPerformanceInformation(CachesPerformanceInformationType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type CachesPerformanceInformationType Constructor Description CachesPerformanceInformationType(CachesPerformanceInformationType o)Creates a newCachesPerformanceInformationTypeinstance by deeply copying a givenCachesPerformanceInformationTypeinstance.
-