VMware VMware GemFire Native .NET Reference 10.4.3
|
Static class containing convenience methods for ExpirationAction
.
More...
#include <ExpirationAction.hpp>
Static Public Member Functions | |
static bool | IsDestroy (ExpirationAction type) |
Returns true if this action is distributed destroy. | |
static bool | IsDistributed (ExpirationAction type) |
Returns true if this action is distributed. | |
static bool | IsInvalidate (ExpirationAction type) |
Returns true if this action is distributed invalidate. | |
static bool | IsLocal (ExpirationAction type) |
Returns true if this action is local. | |
static bool | IsLocalDestroy (ExpirationAction type) |
Returns true if this action is local destroy. | |
static bool | IsLocalInvalidate (ExpirationAction type) |
Returns true if this action is local invalidate. | |
Static class containing convenience methods for ExpirationAction
.
|
inlinestatic |
Returns true if this action is distributed destroy.
Destroy
|
inlinestatic |
Returns true if this action is distributed.
Invalidate
or a Destroy
|
inlinestatic |
Returns true if this action is distributed invalidate.
Invalidate
|
inlinestatic |
Returns true if this action is local.
LocalInvalidate
or LocalDestroy
|
inlinestatic |
Returns true if this action is local destroy.
LocalDestroy
|
inlinestatic |
Returns true if this action is local invalidate.
LocalInvalidate