|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ResumptionAction | |
|---|---|
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| Uses of ResumptionAction in com.gemstone.gemfire.cache |
|---|
| Fields in com.gemstone.gemfire.cache declared as ResumptionAction | |
|---|---|
static ResumptionAction |
ResumptionAction.NONE
No special action takes place when reliability resumes. |
static ResumptionAction |
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. |
| Methods in com.gemstone.gemfire.cache that return ResumptionAction | |
|---|---|
static ResumptionAction |
ResumptionAction.fromName(String name)
Return the ResumptionAction specified by name |
static ResumptionAction |
ResumptionAction.fromOrdinal(byte ordinal)
Return the ResumptionAction represented by specified ordinal |
ResumptionAction |
MembershipAttributes.getResumptionAction()
Returns the resumption action that describes behavior when |
| Constructors in com.gemstone.gemfire.cache with parameters of type ResumptionAction | |
|---|---|
MembershipAttributes(String[] requiredRoles,
LossAction lossAction,
ResumptionAction resumptionAction)
Creates a new MembershipAttributes with the specified
required role names, reliability policy, and resumption action. |
|
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||