Class ActivityBucketingStateType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class ActivityBucketingStateType
    extends Object
    implements Serializable, Cloneable, Containerable
    Information about the bucket processing within an activity. It is present in both coordinator/standalone tasks ("buckets-holding" for short) and worker tasks.

    Java class for ActivityBucketingStateType complex type.

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

     <complexType name="ActivityBucketingStateType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="bucket" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkBucketType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="numberOfBuckets" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="bucketsProcessingRole" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}BucketsProcessingRoleType" minOccurs="0"/>
             <element name="scavenging" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="scavenger" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="workComplete" 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