ScopeType
.
Static Public Member Functions | |
static bool | IsAck (ScopeType type) |
static bool | IsDistributed (ScopeType type) |
static bool | IsDistributedAck (ScopeType type) |
static bool | IsDistributedNoAck (ScopeType type) |
static bool | IsLocal (ScopeType type) |
static bool GemStone::GemFire::Cache::Scope::IsAck | ( | ScopeType | type | ) | [inline, static] |
True if acknowledgements are required for the given scope.
type | scope |
DistributedAck
, false otherwise static bool GemStone::GemFire::Cache::Scope::IsDistributed | ( | ScopeType | type | ) | [inline, static] |
True if the given scope is one of the distributed scopes.
type | scope |
Local
; could be Invalid
static bool GemStone::GemFire::Cache::Scope::IsDistributedAck | ( | ScopeType | type | ) | [inline, static] |
True if the given scope is distributed-ack.
type | scope |
DistributedAck
static bool GemStone::GemFire::Cache::Scope::IsDistributedNoAck | ( | ScopeType | type | ) | [inline, static] |
True if the given scope is distributed-no-ack.
type | scope |
DistributedNoAck
static bool GemStone::GemFire::Cache::Scope::IsLocal | ( | ScopeType | type | ) | [inline, static] |
True if the given scope is local.
type | scope |
Local