Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationStatsType
Packages that use OperationStatsType
Package
Description
-
Uses of OperationStatsType in com.evolveum.midpoint.schema.util.task
Methods in com.evolveum.midpoint.schema.util.task that return OperationStatsTypeModifier and TypeMethodDescriptionstatic OperationStatsTypeTaskOperationStatsUtil.getOperationStatsFromTree(TaskType root) Provides aggregated operation statistics from this task and all its subtasks.static OperationStatsTypeTaskOperationStatsUtil.sum(OperationStatsType a, OperationStatsType b) Computes a sum of two operation statistics.Methods in com.evolveum.midpoint.schema.util.task with parameters of type OperationStatsTypeModifier and TypeMethodDescriptionstatic StringTaskOperationStatsUtil.format(OperationStatsType statistics) static OperationStatsTypeTaskOperationStatsUtil.sum(OperationStatsType a, OperationStatsType b) Computes a sum of two operation statistics. -
Uses of OperationStatsType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type OperationStatsTypeModifier and TypeFieldDescriptionstatic final Producer<OperationStatsType>OperationStatsType.FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return OperationStatsTypeModifier and TypeMethodDescriptionTaskType.beginOperationStats()OperationStatsType.cachesPerformanceInformation(CachesPerformanceInformationType value) OperationStatsType.cachingConfiguration(String value) OperationStatsType.clone()ObjectFactory.createOperationStatsType()OperationStatsType.environmentalPerformanceInformation(EnvironmentalPerformanceInformationType value) TaskType.getOperationStats()OperationStatsType.liveInformation(Boolean value) OperationStatsType.operationsPerformanceInformation(OperationsPerformanceInformationType value) OperationStatsType.repositoryPerformanceInformation(RepositoryPerformanceInformationType value) OperationStatsType.timestamp(XMLGregorianCalendar value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type OperationStatsTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<OperationStatsType>ObjectFactory.createOperationStats(OperationStatsType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type OperationStatsTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<OperationStatsType>ObjectFactory.createOperationStats(OperationStatsType value) TaskType.operationStats(OperationStatsType value) voidTaskType.setOperationStats(OperationStatsType value)