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 LossAction |
LossAction.FULL_ACCESS
Access to the region is unaffected when required roles are missing.
|
static LossAction |
LossAction.LIMITED_ACCESS
Only local access to the region is allowed when required roles are
missing.
|
static LossAction |
LossAction.NO_ACCESS
The region is unavailable when required roles are missing.
|
static LossAction |
LossAction.RECONNECT
Loss of required roles causes the entire cache to be closed.
|
Modifier and Type | Method and Description |
---|---|
static LossAction |
LossAction.fromName(String name)
Return the LossAction specified by name
|
static LossAction |
LossAction.fromOrdinal(byte ordinal)
Return the LossAction represented by specified ordinal
|
LossAction |
MembershipAttributes.getLossAction()
Returns the reliability policy that describes behavior if any required
roles are missing.
|
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.