VMware GemFire Native Client .NET Framework API Reference
|
VMware VMware GemFire Native .NET Reference 10.4.3
|
Loading...
Searching...
No Matches
Apache::Geode::Client::Expiration Class Reference
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. | |
Detailed Description
Static class containing convenience methods for ExpirationAction.
Member Function Documentation
◆ IsDestroy()
|
inlinestatic |
Returns true if this action is distributed destroy.
- Returns
- true if this is
Destroy
◆ IsDistributed()
|
inlinestatic |
Returns true if this action is distributed.
- Returns
- true if this is an
Invalidateor aDestroy
◆ IsInvalidate()
|
inlinestatic |
Returns true if this action is distributed invalidate.
- Returns
- true if this an
Invalidate
◆ IsLocal()
|
inlinestatic |
Returns true if this action is local.
- Returns
- true if this is
LocalInvalidateorLocalDestroy
◆ IsLocalDestroy()
|
inlinestatic |
Returns true if this action is local destroy.
- Returns
- true if this is
LocalDestroy
◆ IsLocalInvalidate()
|
inlinestatic |
Returns true if this action is local invalidate.
- Returns
- true if this is a
LocalInvalidate
Apache Geode C++ Cache .NET API Documentation