Class OperationStatsType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.OperationStatsType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class OperationStatsType extends Object implements Serializable, Cloneable, Containerable
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.Java class for OperationStatsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OperationStatsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="environmentalPerformanceInformation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}EnvironmentalPerformanceInformationType" minOccurs="0"/> <element name="repositoryPerformanceInformation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RepositoryPerformanceInformationType" minOccurs="0"/> <element name="cachesPerformanceInformation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CachesPerformanceInformationType" minOccurs="0"/> <element name="operationsPerformanceInformation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationsPerformanceInformationType" minOccurs="0"/> <element name="cachingConfiguration" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="liveInformation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
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
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description OperationStatsType()
OperationStatsType(PrismContext prismContext)
-
Method Summary
-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
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
-
-
Constructor Detail
-
OperationStatsType
public OperationStatsType()
-
OperationStatsType
public OperationStatsType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
-
end
public <X> X end()
-
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)
-
getId
public Long getId()
-
setId
public void setId(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)
-
id
public OperationStatsType id(Long value)
-
clone
public OperationStatsType clone()
-
-