Class WorkBucketManagementOperationPerformanceInformationType

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

    public class WorkBucketManagementOperationPerformanceInformationType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Information about specific kind of work bucket management operation performance. EXPERIMENTAL.

    Java class for WorkBucketManagementOperationPerformanceInformationType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="WorkBucketManagementOperationPerformanceInformationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="totalTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="minTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="maxTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="conflictCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="totalWastedTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="minWastedTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="maxWastedTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="bucketWaitCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="bucketsReclaimed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="totalWaitTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="minWaitTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="maxWaitTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • totalTime

        protected Long totalTime
      • minTime

        protected Long minTime
      • maxTime

        protected Long maxTime
      • conflictCount

        protected Integer conflictCount
      • totalWastedTime

        protected Long totalWastedTime
      • minWastedTime

        protected Long minWastedTime
      • maxWastedTime

        protected Long maxWastedTime
      • bucketWaitCount

        protected Integer bucketWaitCount
      • bucketsReclaimed

        protected Integer bucketsReclaimed
      • totalWaitTime

        protected Long totalWaitTime
      • minWaitTime

        protected Long minWaitTime
      • maxWaitTime

        protected Long maxWaitTime
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_NAME

        public static final ItemName F_NAME
      • F_COUNT

        public static final ItemName F_COUNT
      • F_TOTAL_TIME

        public static final ItemName F_TOTAL_TIME
      • F_MIN_TIME

        public static final ItemName F_MIN_TIME
      • F_MAX_TIME

        public static final ItemName F_MAX_TIME
      • F_CONFLICT_COUNT

        public static final ItemName F_CONFLICT_COUNT
      • F_TOTAL_WASTED_TIME

        public static final ItemName F_TOTAL_WASTED_TIME
      • F_MIN_WASTED_TIME

        public static final ItemName F_MIN_WASTED_TIME
      • F_MAX_WASTED_TIME

        public static final ItemName F_MAX_WASTED_TIME
      • F_BUCKET_WAIT_COUNT

        public static final ItemName F_BUCKET_WAIT_COUNT
      • F_BUCKETS_RECLAIMED

        public static final ItemName F_BUCKETS_RECLAIMED
      • F_TOTAL_WAIT_TIME

        public static final ItemName F_TOTAL_WAIT_TIME
      • F_MIN_WAIT_TIME

        public static final ItemName F_MIN_WAIT_TIME
      • F_MAX_WAIT_TIME

        public static final ItemName F_MAX_WAIT_TIME
    • Constructor Detail

      • WorkBucketManagementOperationPerformanceInformationType

        public WorkBucketManagementOperationPerformanceInformationType()
        Creates a new WorkBucketManagementOperationPerformanceInformationType instance.
      • WorkBucketManagementOperationPerformanceInformationType

        public WorkBucketManagementOperationPerformanceInformationType​(WorkBucketManagementOperationPerformanceInformationType o)
        Creates a new WorkBucketManagementOperationPerformanceInformationType instance by deeply copying a given WorkBucketManagementOperationPerformanceInformationType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.