Class WorkAllocationConfigurationType

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

    public class WorkAllocationConfigurationType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Parameters related to buckets allocation process.

    Java class for WorkAllocationConfigurationType complex type.

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

     <complexType name="WorkAllocationConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="bucketCreationBatch" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="allocateFirst" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="workAllocationMaxRetries" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="workAllocationRetryIntervalBase" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="workAllocationRetryExponentialThreshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="workAllocationRetryIntervalLimit" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="workAllocationInitialDelay" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="workAllocationFreeBucketWaitInterval" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • bucketCreationBatch

        protected Integer bucketCreationBatch
      • allocateFirst

        protected Boolean allocateFirst
      • workAllocationMaxRetries

        protected Integer workAllocationMaxRetries
      • workAllocationRetryIntervalBase

        protected Long workAllocationRetryIntervalBase
      • workAllocationRetryExponentialThreshold

        protected Integer workAllocationRetryExponentialThreshold
      • workAllocationRetryIntervalLimit

        protected Long workAllocationRetryIntervalLimit
      • workAllocationInitialDelay

        protected Long workAllocationInitialDelay
      • workAllocationFreeBucketWaitInterval

        protected Long workAllocationFreeBucketWaitInterval
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_BUCKET_CREATION_BATCH

        public static final ItemName F_BUCKET_CREATION_BATCH
      • F_ALLOCATE_FIRST

        public static final ItemName F_ALLOCATE_FIRST
      • F_WORK_ALLOCATION_MAX_RETRIES

        public static final ItemName F_WORK_ALLOCATION_MAX_RETRIES
      • F_WORK_ALLOCATION_RETRY_INTERVAL_BASE

        public static final ItemName F_WORK_ALLOCATION_RETRY_INTERVAL_BASE
      • F_WORK_ALLOCATION_RETRY_EXPONENTIAL_THRESHOLD

        public static final ItemName F_WORK_ALLOCATION_RETRY_EXPONENTIAL_THRESHOLD
      • F_WORK_ALLOCATION_RETRY_INTERVAL_LIMIT

        public static final ItemName F_WORK_ALLOCATION_RETRY_INTERVAL_LIMIT
      • F_WORK_ALLOCATION_INITIAL_DELAY

        public static final ItemName F_WORK_ALLOCATION_INITIAL_DELAY
      • F_WORK_ALLOCATION_FREE_BUCKET_WAIT_INTERVAL

        public static final ItemName F_WORK_ALLOCATION_FREE_BUCKET_WAIT_INTERVAL
    • Constructor Detail

      • WorkAllocationConfigurationType

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

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

      • getBucketCreationBatch

        public Integer getBucketCreationBatch()
        Gets the value of the bucketCreationBatch property.
        Returns:
        possible object is Integer
      • setBucketCreationBatch

        public void setBucketCreationBatch​(Integer value)
        Sets the value of the bucketCreationBatch property.
        Parameters:
        value - allowed object is Integer
      • isAllocateFirst

        public Boolean isAllocateFirst()
        Gets the value of the allocateFirst property.
        Returns:
        possible object is Boolean
      • setAllocateFirst

        public void setAllocateFirst​(Boolean value)
        Sets the value of the allocateFirst property.
        Parameters:
        value - allowed object is Boolean
      • getWorkAllocationMaxRetries

        public Integer getWorkAllocationMaxRetries()
        Gets the value of the workAllocationMaxRetries property.
        Returns:
        possible object is Integer
      • setWorkAllocationMaxRetries

        public void setWorkAllocationMaxRetries​(Integer value)
        Sets the value of the workAllocationMaxRetries property.
        Parameters:
        value - allowed object is Integer
      • getWorkAllocationRetryIntervalBase

        public Long getWorkAllocationRetryIntervalBase()
        Gets the value of the workAllocationRetryIntervalBase property.
        Returns:
        possible object is Long
      • setWorkAllocationRetryIntervalBase

        public void setWorkAllocationRetryIntervalBase​(Long value)
        Sets the value of the workAllocationRetryIntervalBase property.
        Parameters:
        value - allowed object is Long
      • getWorkAllocationRetryExponentialThreshold

        public Integer getWorkAllocationRetryExponentialThreshold()
        Gets the value of the workAllocationRetryExponentialThreshold property.
        Returns:
        possible object is Integer
      • setWorkAllocationRetryExponentialThreshold

        public void setWorkAllocationRetryExponentialThreshold​(Integer value)
        Sets the value of the workAllocationRetryExponentialThreshold property.
        Parameters:
        value - allowed object is Integer
      • getWorkAllocationRetryIntervalLimit

        public Long getWorkAllocationRetryIntervalLimit()
        Gets the value of the workAllocationRetryIntervalLimit property.
        Returns:
        possible object is Long
      • setWorkAllocationRetryIntervalLimit

        public void setWorkAllocationRetryIntervalLimit​(Long value)
        Sets the value of the workAllocationRetryIntervalLimit property.
        Parameters:
        value - allowed object is Long
      • getWorkAllocationInitialDelay

        public Long getWorkAllocationInitialDelay()
        Gets the value of the workAllocationInitialDelay property.
        Returns:
        possible object is Long
      • setWorkAllocationInitialDelay

        public void setWorkAllocationInitialDelay​(Long value)
        Sets the value of the workAllocationInitialDelay property.
        Parameters:
        value - allowed object is Long
      • getWorkAllocationFreeBucketWaitInterval

        public Long getWorkAllocationFreeBucketWaitInterval()
        Gets the value of the workAllocationFreeBucketWaitInterval property.
        Returns:
        possible object is Long
      • setWorkAllocationFreeBucketWaitInterval

        public void setWorkAllocationFreeBucketWaitInterval​(Long value)
        Sets the value of the workAllocationFreeBucketWaitInterval property.
        Parameters:
        value - allowed object is Long
      • toString

        public String toString()
        Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
        Overrides:
        toString in class Object
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals