ExpirationAction. Static Public Member Functions | |
| static bool | IsDestroy (ExpirationAction type) |
| static bool | IsDistributed (ExpirationAction type) |
| static bool | IsInvalidate (ExpirationAction type) |
| static bool | IsLocal (ExpirationAction type) |
| static bool | IsLocalDestroy (ExpirationAction type) |
| static bool | IsLocalInvalidate (ExpirationAction type) |
| static bool GemStone::GemFire::Cache::Expiration::IsDestroy | ( | ExpirationAction | type | ) | [inline, static] |
Returns true if this action is distributed destroy.
Destroy| static bool GemStone::GemFire::Cache::Expiration::IsDistributed | ( | ExpirationAction | type | ) | [inline, static] |
Returns true if this action is distributed.
Invalidate or a Destroy| static bool GemStone::GemFire::Cache::Expiration::IsInvalidate | ( | ExpirationAction | type | ) | [inline, static] |
Returns true if this action is distributed invalidate.
Invalidate| static bool GemStone::GemFire::Cache::Expiration::IsLocal | ( | ExpirationAction | type | ) | [inline, static] |
Returns true if this action is local.
LocalInvalidate or LocalDestroy| static bool GemStone::GemFire::Cache::Expiration::IsLocalDestroy | ( | ExpirationAction | type | ) | [inline, static] |
Returns true if this action is local destroy.
LocalDestroy| static bool GemStone::GemFire::Cache::Expiration::IsLocalInvalidate | ( | ExpirationAction | type | ) | [inline, static] |
Returns true if this action is local invalidate.
LocalInvalidate