|
GemFire 7.0 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use DataPolicy | |
|---|---|
| com.gemstone.gemfire.admin | Provides an API for administering various GemFire components such as a GemFire distributed system, and processes that host GemFire Caches. |
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| Uses of DataPolicy in com.gemstone.gemfire.admin |
|---|
| Methods in com.gemstone.gemfire.admin that return DataPolicy | |
|---|---|
DataPolicy |
SystemMemberRegion.getDataPolicy()
Deprecated. Returns the DataPolicy in this region's attributes. |
| Uses of DataPolicy in com.gemstone.gemfire.cache |
|---|
| Fields in com.gemstone.gemfire.cache declared as DataPolicy | |
|---|---|
static DataPolicy |
DataPolicy.DEFAULT
The data policy used by default; it is NORMAL. |
static DataPolicy |
DataPolicy.EMPTY
Data is never stored in local memory. |
static DataPolicy |
DataPolicy.NORMAL
Allows the contents in this cache to differ from other caches. |
static DataPolicy |
DataPolicy.PARTITION
Data in this region may be spread across a number of processes. |
static DataPolicy |
DataPolicy.PERSISTENT_PARTITION
In addition to PARTITION also causes data to be stored to
disk. |
static DataPolicy |
DataPolicy.PERSISTENT_REPLICATE
In addition to REPLICATE also causes data to be stored to
disk. |
static DataPolicy |
DataPolicy.PRELOADED
In addition to NORMAL, contents inside of this cache are
(partially) initialized with data from other caches, if available. |
static DataPolicy |
DataPolicy.REPLICATE
The region will be initialized with the data from other caches and accepts any new entries created in other caches. |
| Methods in com.gemstone.gemfire.cache that return DataPolicy | |
|---|---|
static DataPolicy |
DataPolicy.fromOrdinal(byte ordinal)
Return the DataPolicy represented by specified ordinal |
DataPolicy |
MirrorType.getDataPolicy()
Deprecated. Returns the DataPolicy that corresponds to this mirror type. |
DataPolicy |
RegionAttributes.getDataPolicy()
Returns the data policy for this region. |
| Methods in com.gemstone.gemfire.cache with parameters of type DataPolicy | |
|---|---|
void |
AttributesFactory.setDataPolicy(DataPolicy dataPolicy)
Deprecated. Sets the data policy for the next RegionAttributes created. |
RegionFactory<K,V> |
RegionFactory.setDataPolicy(DataPolicy dataPolicy)
Sets the data policy for the next RegionAttributes created. |
|
GemFire 7.0 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||