Class RegionAttributesType.PartitionAttributes.FixedPartitionAttributes

java.lang.Object
org.apache.geode.cache.configuration.RegionAttributesType.PartitionAttributes.FixedPartitionAttributes
Enclosing class:
RegionAttributesType.PartitionAttributes

public static class RegionAttributesType.PartitionAttributes.FixedPartitionAttributes extends Object

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">
       <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>
 
  • Field Details

    • partitionName

      protected String partitionName
    • isPrimary

      protected Boolean isPrimary
    • numBuckets

      protected String numBuckets
  • Constructor Details

    • FixedPartitionAttributes

      public FixedPartitionAttributes()
  • Method Details

    • getPartitionName

      public String getPartitionName()
      Gets the value of the partitionName property. possible object is String
      Returns:
      the value of the partitionName property
    • setPartitionName

      public void setPartitionName(String value)
      Sets the value of the partitionName property. allowed object is String
      Parameters:
      value - the value of the partitionName property
    • isIsPrimary

      public Boolean isIsPrimary()
      Gets the value of the isPrimary property. possible object is Boolean
      Returns:
      the value of the isPrimary property
    • setIsPrimary

      public void setIsPrimary(Boolean value)
      Sets the value of the isPrimary property. allowed object is Boolean
      Parameters:
      value - the value of the isPrimary property
    • getNumBuckets

      public String getNumBuckets()
      Gets the value of the numBuckets property. possible object is String
      Returns:
      the value of the numBuckets property
    • setNumBuckets

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