Public Types | ||||
| enum | Action { INVALIDATE = 0, LOCAL_INVALIDATE, DESTROY, LOCAL_DESTROY, INVALID_ACTION } | |||
Static Public Member Functions | ||||
| static Action | fromName (const char *name) | |||
| ||||
| static const char * | fromOrdinal (const int ordinal) | |||
| Return the ExpirationAction represented by the specified ordinal. | ||||
| static bool | isDestroy (const Action type) | |||
| Returns whether this is the action for distributed destroy. | ||||
| static bool | isDistributed (const Action type) | |||
| Returns whether this action is distributed. | ||||
| static bool | isInvalidate (const Action type) | |||
| Returns whether this is the action for distributed invalidate. | ||||
| static bool | isLocal (const Action type) | |||
| Returns whether this action is local. | ||||
| static bool | isLocalDestroy (const Action type) | |||
| Returns whether this is the action for local destroy. | ||||
| static bool | isLocalInvalidate (const Action type) | |||
| Returns whether this is the action for local invalidate. | ||||
| static Action gemfire::ExpirationAction::fromName | ( | const char * | name | ) | [static] |
| name | the name of the expiration action |
| static const char* gemfire::ExpirationAction::fromOrdinal | ( | const int | ordinal | ) | [static] |
Return the ExpirationAction represented by the specified ordinal.
| static bool gemfire::ExpirationAction::isDestroy | ( | const Action | type | ) | [inline, static] |
Returns whether this is the action for distributed destroy.
| static bool gemfire::ExpirationAction::isDistributed | ( | const Action | type | ) | [inline, static] |
Returns whether this action is distributed.
| static bool gemfire::ExpirationAction::isInvalidate | ( | const Action | type | ) | [inline, static] |
Returns whether this is the action for distributed invalidate.
| static bool gemfire::ExpirationAction::isLocal | ( | const Action | type | ) | [inline, static] |
Returns whether this action is local.
| static bool gemfire::ExpirationAction::isLocalDestroy | ( | const Action | type | ) | [inline, static] |
Returns whether this is the action for local destroy.
| static bool gemfire::ExpirationAction::isLocalInvalidate | ( | const Action | type | ) | [inline, static] |
Returns whether this is the action for local invalidate.