Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
Modifier and Type | Field and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
MembershipAttributes(String[] requiredRoles,
LossAction lossAction,
ResumptionAction resumptionAction)
Creates a new
MembershipAttributes with the specified
required role names, reliability policy, and resumption action. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.