Class OperationStatsType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class OperationStatsType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    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. Not all parts of this structure are relevant for all task types. TODO handle this by subtyping - later. EXPERIMENTAL.

    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="iterativeTaskInformation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}IterativeTaskInformationType" minOccurs="0"/>
             <element name="synchronizationInformation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationInformationType" minOccurs="0"/>
             <element name="actionsExecutedInformation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActionsExecutedInformationType" 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="workBucketManagementPerformanceInformation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkBucketManagementPerformanceInformationType" 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"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form