Class OperationStatsType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.OperationStatsType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class OperationStatsType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Operation execution statistics/state. Contains various statistical and state information about execution of the operation or operations that are carried out in the scope of the task.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_CACHES_PERFORMANCE_INFORMATION
static ItemName
F_CACHING_CONFIGURATION
static ItemName
F_ENVIRONMENTAL_PERFORMANCE_INFORMATION
static ItemName
F_LIVE_INFORMATION
static ItemName
F_OPERATIONS_PERFORMANCE_INFORMATION
static ItemName
F_REPOSITORY_PERFORMANCE_INFORMATION
static ItemName
F_TIMESTAMP
static Producer<OperationStatsType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description OperationStatsType()
OperationStatsType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_ENVIRONMENTAL_PERFORMANCE_INFORMATION
public static final ItemName F_ENVIRONMENTAL_PERFORMANCE_INFORMATION
-
F_REPOSITORY_PERFORMANCE_INFORMATION
public static final ItemName F_REPOSITORY_PERFORMANCE_INFORMATION
-
F_CACHES_PERFORMANCE_INFORMATION
public static final ItemName F_CACHES_PERFORMANCE_INFORMATION
-
F_OPERATIONS_PERFORMANCE_INFORMATION
public static final ItemName F_OPERATIONS_PERFORMANCE_INFORMATION
-
F_CACHING_CONFIGURATION
public static final ItemName F_CACHING_CONFIGURATION
-
F_TIMESTAMP
public static final ItemName F_TIMESTAMP
-
F_LIVE_INFORMATION
public static final ItemName F_LIVE_INFORMATION
-
FACTORY
public static final Producer<OperationStatsType> FACTORY
-
-
Constructor Detail
-
OperationStatsType
public OperationStatsType()
-
OperationStatsType
@Deprecated public OperationStatsType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getEnvironmentalPerformanceInformation
public EnvironmentalPerformanceInformationType getEnvironmentalPerformanceInformation()
-
setEnvironmentalPerformanceInformation
public void setEnvironmentalPerformanceInformation(EnvironmentalPerformanceInformationType value)
-
getRepositoryPerformanceInformation
public RepositoryPerformanceInformationType getRepositoryPerformanceInformation()
-
setRepositoryPerformanceInformation
public void setRepositoryPerformanceInformation(RepositoryPerformanceInformationType value)
-
getCachesPerformanceInformation
public CachesPerformanceInformationType getCachesPerformanceInformation()
-
setCachesPerformanceInformation
public void setCachesPerformanceInformation(CachesPerformanceInformationType value)
-
getOperationsPerformanceInformation
public OperationsPerformanceInformationType getOperationsPerformanceInformation()
-
setOperationsPerformanceInformation
public void setOperationsPerformanceInformation(OperationsPerformanceInformationType value)
-
getCachingConfiguration
public String getCachingConfiguration()
-
setCachingConfiguration
public void setCachingConfiguration(String value)
-
getTimestamp
public XMLGregorianCalendar getTimestamp()
-
setTimestamp
public void setTimestamp(XMLGregorianCalendar value)
-
isLiveInformation
public Boolean isLiveInformation()
-
setLiveInformation
public void setLiveInformation(Boolean value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public OperationStatsType id(Long value)
-
environmentalPerformanceInformation
public OperationStatsType environmentalPerformanceInformation(EnvironmentalPerformanceInformationType value)
-
beginEnvironmentalPerformanceInformation
public EnvironmentalPerformanceInformationType beginEnvironmentalPerformanceInformation()
-
repositoryPerformanceInformation
public OperationStatsType repositoryPerformanceInformation(RepositoryPerformanceInformationType value)
-
beginRepositoryPerformanceInformation
public RepositoryPerformanceInformationType beginRepositoryPerformanceInformation()
-
cachesPerformanceInformation
public OperationStatsType cachesPerformanceInformation(CachesPerformanceInformationType value)
-
beginCachesPerformanceInformation
public CachesPerformanceInformationType beginCachesPerformanceInformation()
-
operationsPerformanceInformation
public OperationStatsType operationsPerformanceInformation(OperationsPerformanceInformationType value)
-
beginOperationsPerformanceInformation
public OperationsPerformanceInformationType beginOperationsPerformanceInformation()
-
cachingConfiguration
public OperationStatsType cachingConfiguration(String value)
-
timestamp
public OperationStatsType timestamp(XMLGregorianCalendar value)
-
timestamp
public OperationStatsType timestamp(String value)
-
liveInformation
public OperationStatsType liveInformation(Boolean value)
-
end
public <X> X end()
-
clone
public OperationStatsType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-