|
GemFire 5.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gemstone.gemfire.cache.ExpirationAction
public class ExpirationAction
Enumerated type for expiration actions.
ExpirationAttributes,
Serialized Form| Field Summary | |
|---|---|
static ExpirationAction |
DESTROY
When the region or cached object expires, it is destroyed. |
static ExpirationAction |
INVALIDATE
When the region or cached object expires, it is invalidated. |
static ExpirationAction |
LOCAL_DESTROY
When expired, destroyed locally only. |
static ExpirationAction |
LOCAL_INVALIDATE
When expired, invalidated locally only. |
int |
ordinal
|
| Method Summary | |
|---|---|
static ExpirationAction |
fromOrdinal(int ordinal)
Return the ExpirationAction represented by specified ordinal |
boolean |
isDestroy()
Returns whether this is the action for distributed destroy. |
boolean |
isDistributed()
Returns whether this action is distributed. |
boolean |
isInvalidate()
Returns whether this is the action for distributed invalidate. |
boolean |
isLocal()
Returns whether this action is local. |
boolean |
isLocalDestroy()
Returns whether this is the action for local destroy. |
boolean |
isLocalInvalidate()
Returns whether this is the action for local invalidate. |
String |
toString()
Returns a string representation for this action |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ExpirationAction INVALIDATE
public static final ExpirationAction LOCAL_INVALIDATE
public static final ExpirationAction DESTROY
public static final ExpirationAction LOCAL_DESTROY
public final int ordinal
| Method Detail |
|---|
public boolean isInvalidate()
public boolean isLocalInvalidate()
public boolean isDestroy()
public boolean isLocalDestroy()
public boolean isLocal()
public boolean isDistributed()
public String toString()
toString in class Objectpublic static ExpirationAction fromOrdinal(int ordinal)
|
GemFire 5.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||