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 OperationStatsType
TaskOperationStatsUtil.getOperationStatsFromTree
(TaskType root, PrismContext prismContext) Provides aggregated operation statistics from this task and all its subtasks.static OperationStatsType
TaskOperationStatsUtil.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 String
TaskOperationStatsUtil.format
(OperationStatsType statistics) static OperationStatsType
TaskOperationStatsUtil.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.FACTORY
Methods 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) void
TaskType.setOperationStats
(OperationStatsType value) -
Uses of OperationStatsType in com.evolveum.midpoint.xml.ns._public.model.model_3
Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return OperationStatsType