Apache Geode Native .NET Reference 1.15.0
|
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. More... | |
static bool | IsDistributed (ExpirationAction type) |
Returns true if this action is distributed. More... | |
static bool | IsInvalidate (ExpirationAction type) |
Returns true if this action is distributed invalidate. More... | |
static bool | IsLocal (ExpirationAction type) |
Returns true if this action is local. More... | |
static bool | IsLocalDestroy (ExpirationAction type) |
Returns true if this action is local destroy. More... | |
static bool | IsLocalInvalidate (ExpirationAction type) |
Returns true if this action is local invalidate. More... | |
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