Class RegionAttributesType.PartitionAttributes

java.lang.Object
org.apache.geode.cache.configuration.RegionAttributesType.PartitionAttributes
All Implemented Interfaces:
Serializable
Enclosing class:
RegionAttributesType

public static class RegionAttributesType.PartitionAttributes extends Object implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partition-resolver" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="class-name" type="{http://geode.apache.org/schema/cache}class-name-type"/>
                   <element name="parameter" type="{http://geode.apache.org/schema/cache}parameter-type" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="partition-listener" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="class-name" type="{http://geode.apache.org/schema/cache}class-name-type"/>
                   <element name="parameter" type="{http://geode.apache.org/schema/cache}parameter-type" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="fixed-partition-attributes" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="partition-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="is-primary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                 <attribute name="num-buckets" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="local-max-memory" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="recovery-delay" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="redundant-copies" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="startup-recovery-delay" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="total-max-memory" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="total-num-buckets" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="colocated-with" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • PartitionAttributes

      public PartitionAttributes()
  • Method Details

    • generate

      public static RegionAttributesType.PartitionAttributes generate(String partitionResolver, List<String> partitionListeners, Integer localMaxMemory, Long recoveryDelay, Integer redundantCopies, Long startupRecoveryDelay, Long totalMaxMemory, Integer totalNumBuckets, String colocatedWith)
    • combine

    • getPartitionResolver

      public DeclarableType getPartitionResolver()
      Gets the value of the partitionResolver property. possible object is DeclarableType
      Returns:
      the value of the partitionResolver property
    • setPartitionResolver

      public void setPartitionResolver(DeclarableType value)
      Sets the value of the partitionResolver property. allowed object is DeclarableType
      Parameters:
      value - the value of the partitionResolver property
    • getPartitionListeners

      public List<DeclarableType> getPartitionListeners()
      Gets the value of the partitionListener property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the partitionListener property.

      For example, to add a new item, do as follows:

       getPartitionListeners().add(newItem);
       

      Objects of the following type(s) are allowed in the list DeclarableType

      Returns:
      the value of the partitionListener property
    • getFixedPartitionAttributes

      Gets the value of the fixedPartitionAttributes property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the fixedPartitionAttributes property.

      For example, to add a new item, do as follows:

       getFixedPartitionAttributes().add(newItem);
       

      Objects of the following type(s) are allowed in the list RegionAttributesType.PartitionAttributes.FixedPartitionAttributes

      Returns:
      the value of the fixedPartitionAttributes property
    • getLocalMaxMemory

      public String getLocalMaxMemory()
      Gets the value of the localMaxMemory property. possible object is String
      Returns:
      the value of the localMaxMemory property
    • setLocalMaxMemory

      public void setLocalMaxMemory(String value)
      Sets the value of the localMaxMemory property. allowed object is String
      Parameters:
      value - the value of the localMaxMemory property
    • getRecoveryDelay

      public String getRecoveryDelay()
      Gets the value of the recoveryDelay property. possible object is String
      Returns:
      the value of the recoveryDelay property
    • setRecoveryDelay

      public void setRecoveryDelay(String value)
      Sets the value of the recoveryDelay property. allowed object is String
      Parameters:
      value - the value of the recoveryDelay property
    • getRedundantCopies

      public String getRedundantCopies()
      Gets the value of the redundantCopies property. possible object is String
      Returns:
      the value of the redundantCopies property
    • setRedundantCopies

      public void setRedundantCopies(String value)
      Sets the value of the redundantCopies property. allowed object is String
      Parameters:
      value - the value of the redundantCopies property
    • getStartupRecoveryDelay

      public String getStartupRecoveryDelay()
      Gets the value of the startupRecoveryDelay property. possible object is String
      Returns:
      the value of the startupRecoveryDelay property
    • setStartupRecoveryDelay

      public void setStartupRecoveryDelay(String value)
      Sets the value of the startupRecoveryDelay property. allowed object is String
      Parameters:
      value - the value of the startupRecoveryDelay property
    • getTotalMaxMemory

      public String getTotalMaxMemory()
      Gets the value of the totalMaxMemory property. possible object is String
      Returns:
      the value of the totalMaxMemory property
    • setTotalMaxMemory

      public void setTotalMaxMemory(String value)
      Sets the value of the totalMaxMemory property. allowed object is String
      Parameters:
      value - the value of the totalMaxMemory property
    • getTotalNumBuckets

      public String getTotalNumBuckets()
      Gets the value of the totalNumBuckets property. possible object is String
      Returns:
      the value of the totalNumBuckets property
    • setTotalNumBuckets

      public void setTotalNumBuckets(String value)
      Sets the value of the totalNumBuckets property. allowed object is String
      Parameters:
      value - the value of the totalNumBuckets property
    • getColocatedWith

      public String getColocatedWith()
      Gets the value of the colocatedWith property. possible object is String
      Returns:
      the value of the colocatedWith property
    • setColocatedWith

      public void setColocatedWith(String value)
      Sets the value of the colocatedWith property. allowed object is String
      Parameters:
      value - the value of the colocatedWith property