Class ActivityDistributionDefinitionType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    ActivityDistributionDefinitionTailoringType

    public class ActivityDistributionDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Describes how we are going to distribute the work that is to be done: how to divide it into work buckets, and how to distribute these buckets to worker tasks.

    Java class for ActivityDistributionDefinitionType complex type.

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

     <complexType name="ActivityDistributionDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="buckets" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}BucketsDefinitionType" minOccurs="0"/>
             <element name="workers" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkersDefinitionType" minOccurs="0"/>
             <element name="workerThreads" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="subtask" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivitySubtaskDefinitionType" minOccurs="0"/>
             <element name="subtasks" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivitySubtaskDefinitionType" minOccurs="0"/>
             <element name="autoScaling" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AutoScalingDefinitionType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form