|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gemstone.gemfire.cache.MirrorType
DataPolicy instead.
@Deprecated public class MirrorType
Enumerated type for region mirroring.
AttributesFactory.setMirrorType(com.gemstone.gemfire.cache.MirrorType),
RegionAttributes.getMirrorType(),
Serialized Form| Field Summary | |
|---|---|
static MirrorType |
KEYS
Deprecated. as of GemFire 5.0, use DataPolicy.REPLICATE instead. |
static MirrorType |
KEYS_VALUES
Deprecated. as of GemFire 5.0, use DataPolicy.REPLICATE instead. |
static MirrorType |
NONE
Deprecated. as of GemFire 5.0, use DataPolicy.NORMAL instead. |
int |
ordinal
Deprecated. int used as ordinal to represent this Scope |
| Method Summary | |
|---|---|
static MirrorType |
fromOrdinal(int ordinal)
Deprecated. Return the MirrorType represented by specified ordinal |
DataPolicy |
getDataPolicy()
Deprecated. Returns the DataPolicy that corresponds to this mirror type. |
boolean |
isKeys()
Deprecated. Return whether this is KEYS. |
boolean |
isKeysValues()
Deprecated. Return whether this is KEYS_VALUES. |
boolean |
isMirrored()
Deprecated. Return whether this indicates a mirrored type. |
boolean |
isNone()
Deprecated. Return whether this is NONE. |
String |
toString()
Deprecated. Returns a string representation for this mirror type. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Deprecated public static final MirrorType NONE
DataPolicy.NORMAL instead.
@Deprecated public static final MirrorType KEYS
DataPolicy.REPLICATE instead.
@Deprecated public static final MirrorType KEYS_VALUES
DataPolicy.REPLICATE instead.
public final int ordinal
| Method Detail |
|---|
public static MirrorType fromOrdinal(int ordinal)
public DataPolicy getDataPolicy()
DataPolicy that corresponds to this mirror type.
public boolean isKeys()
KEYS.
public boolean isKeysValues()
KEYS_VALUES.
public boolean isNone()
NONE.
public boolean isMirrored()
KEYS or KEYS_VALUESpublic String toString()
toString in class Object
|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||