VMware GemFire Native C++ Reference
9.1
|
Enumerated type for expiration actions. More...
Public Types |
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. More... | |
static bool | isDestroy (const Action type) |
Returns whether this is the action for distributed destroy. More... | |
static bool | isDistributed (const Action type) |
Returns whether this action is distributed. More... | |
static bool | isInvalidate (const Action type) |
Returns whether this is the action for distributed invalidate. More... | |
static bool | isLocal (const Action type) |
Returns whether this action is local. More... | |
static bool | isLocalDestroy (const Action type) |
Returns whether this is the action for local destroy. More... | |
static bool | isLocalInvalidate (const Action type) |
Returns whether this is the action for local invalidate. More... | |
Enumerated type for expiration actions.
|
static |
name | the name of the expiration action |
|
static |
Return the ExpirationAction represented by the specified ordinal.
|
inlinestatic |
Returns whether this is the action for distributed destroy.
|
inlinestatic |
Returns whether this action is distributed.
|
inlinestatic |
Returns whether this is the action for distributed invalidate.
|
inlinestatic |
Returns whether this action is local.
|
inlinestatic |
Returns whether this is the action for local destroy.
|
inlinestatic |
Returns whether this is the action for local invalidate.