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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the numBuckets property.Gets the value of the partitionName property.Gets the value of the isPrimary property.voidsetIsPrimary(Boolean value) Sets the value of the isPrimary property.voidsetNumBuckets(String value) Sets the value of the numBuckets property.voidsetPartitionName(String value) Sets the value of the partitionName property.
-
Field Details
-
partitionName
-
isPrimary
-
numBuckets
-
-
Constructor Details
-
FixedPartitionAttributes
public FixedPartitionAttributes()
-
-
Method Details
-
getPartitionName
Gets the value of the partitionName property. possible object isString- Returns:
- the value of the partitionName property
-
setPartitionName
Sets the value of the partitionName property. allowed object isString- Parameters:
value- the value of the partitionName property
-
isIsPrimary
Gets the value of the isPrimary property. possible object isBoolean- Returns:
- the value of the isPrimary property
-
setIsPrimary
Sets the value of the isPrimary property. allowed object isBoolean- Parameters:
value- the value of the isPrimary property
-
getNumBuckets
Gets the value of the numBuckets property. possible object isString- Returns:
- the value of the numBuckets property
-
setNumBuckets
Sets the value of the numBuckets property. allowed object isString- Parameters:
value- the value of the numBuckets property
-