|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use LossAction | |
|---|---|
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| Uses of LossAction in com.gemstone.gemfire.cache |
|---|
| Fields in com.gemstone.gemfire.cache declared as LossAction | |
|---|---|
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. |
| Methods in com.gemstone.gemfire.cache that return LossAction | |
|---|---|
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. |
| Constructors in com.gemstone.gemfire.cache with parameters of type LossAction | |
|---|---|
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 | ||||||||