|
GemFire 5.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gemstone.gemfire.cache.ResumptionAction
public class ResumptionAction
Specifies how the region is affected by resumption of reliability when
one or more missing required roles return to the distributed membership.
The ResumptionAction is specified when configuring a region's
MembershipAttributes.
| Field Summary | |
|---|---|
static ResumptionAction |
NONE
No special action takes place when reliability resumes. |
byte |
ordinal
byte used as ordinal to represent this Scope |
static ResumptionAction |
REINITIALIZE
Resumption of reliability causes the region to be cleared of all data and replicated regions will do a new
getInitialImage operation to repopulate the region. |
static List |
VALUES
List of all ResumptionAction values |
| Method Summary | |
|---|---|
static ResumptionAction |
fromName(String name)
Return the ResumptionAction specified by name |
static ResumptionAction |
fromOrdinal(byte ordinal)
Return the ResumptionAction represented by specified ordinal |
boolean |
isNone()
Returns true if this is NONE. |
boolean |
isReinitialize()
Returns true if this is REINITIALIZE. |
String |
toString()
Returns a string representation for this resumption action. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ResumptionAction NONE
public static final ResumptionAction REINITIALIZE
replicated regions will do a new
getInitialImage operation to repopulate the region. Any existing
references to this region become unusable in that any subsequent methods
invoked on those references will throw a RegionReinitializedException.
public final byte ordinal
public static final List VALUES
| Method Detail |
|---|
public static ResumptionAction fromOrdinal(byte ordinal)
public static ResumptionAction fromName(String name)
public boolean isNone()
NONE.
public boolean isReinitialize()
REINITIALIZE.
public String toString()
toString in class Object
|
GemFire 5.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||