|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use MirrorType | |
|---|---|
| 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 MirrorType in com.gemstone.gemfire.admin |
|---|
| Methods in com.gemstone.gemfire.admin that return MirrorType | |
|---|---|
MirrorType |
SystemMemberRegion.getMirrorType()
Deprecated. as of 5.0, you should use getDataPolicy instead |
| Uses of MirrorType in com.gemstone.gemfire.cache |
|---|
| Fields in com.gemstone.gemfire.cache declared as MirrorType | |
|---|---|
static MirrorType |
MirrorType.KEYS
Deprecated. as of GemFire 5.0, use DataPolicy.REPLICATE instead. |
static MirrorType |
MirrorType.KEYS_VALUES
Deprecated. as of GemFire 5.0, use DataPolicy.REPLICATE instead. |
static MirrorType |
MirrorType.NONE
Deprecated. as of GemFire 5.0, use DataPolicy.NORMAL instead. |
| Methods in com.gemstone.gemfire.cache that return MirrorType | |
|---|---|
static MirrorType |
MirrorType.fromOrdinal(int ordinal)
Deprecated. Return the MirrorType represented by specified ordinal |
MirrorType |
RegionAttributes.getMirrorType()
Deprecated. as of GemFire 5.0, use RegionAttributes.getDataPolicy() instead. |
| Methods in com.gemstone.gemfire.cache with parameters of type MirrorType | |
|---|---|
void |
AttributesFactory.setMirrorType(MirrorType mirrorType)
Deprecated. use AttributesFactory.setDataPolicy(com.gemstone.gemfire.cache.DataPolicy) instead. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||