Class 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