@Experimental public class RegionAttributes extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
dataPolicy
Specifies how a local cache will handle the data for the region.
|
java.lang.String |
keyConstraint
String that is the fully-qualified class name of the type of which all keys must be instances.
|
java.lang.String |
name
String that uniquely identifies the region within a GemFire server.
|
boolean |
persisted
Whether the region is persisted to disk.
|
java.lang.String |
scope
Whether modifications to the region are acknowledged throughout the GemFire distributed system.
|
long |
size
Number of key/value pairs in the region.
|
java.lang.String |
valueConstraint
String that is the fully-qualified class name of the type of which all values must be
instances.
|
Constructor and Description |
---|
RegionAttributes(org.apache.geode.internal.protocol.protobuf.v1.BasicTypes.Region region)
Creates an encapsulation of region attributes.
|
public java.lang.String name
public java.lang.String dataPolicy
public java.lang.String scope
public java.lang.String keyConstraint
null
.public java.lang.String valueConstraint
null
.public boolean persisted
public long size