For Native Clients: LOCAL scope is invalid (it is a non-native client local region), and DISTRIBUTED_ACK and DISTRIBUTED_NO_ACK have the same behavior.
Public Types | |
| enum | Scope { LOCAL = 0, DISTRIBUTED_NO_ACK, DISTRIBUTED_ACK, GLOBAL } |
| Values for setting Scope. More... | |
Static Public Member Functions | |
| static Scope | fromName (const char *name) |
| Returns the type of the Scope represented by name. | |
| static const char * | fromOrdinal (const uint8_t ordinal) |
| Returns the Name of the Scope represented by specified ordinal. | |
| static bool | isAck (const Scope type) |
| Returns whether acknowledgements are required for this scope. | |
| static bool | isDistributed (const Scope type) |
| Returns whether this is one of the distributed scopes. | |
| static bool | isDistributedAck (const Scope type) |
| Returns whether this is distributed ack scope. | |
| static bool | isDistributedNoAck (const Scope type) |
| Returns whether this is distributed no ack scope. | |
| static bool | isGlobal (const Scope type) |
| Returns whether this is global scope. | |
| static bool | isLocal (const Scope type) |
| Returns whether this is local scope. | |
| static Scope gemfire::ScopeType::fromName | ( | const char * | name | ) | [static] |
Returns the type of the Scope represented by name.
| static const char* gemfire::ScopeType::fromOrdinal | ( | const uint8_t | ordinal | ) | [static] |
Returns the Name of the Scope represented by specified ordinal.
| static bool gemfire::ScopeType::isAck | ( | const Scope | type | ) | [inline, static] |
Returns whether acknowledgements are required for this scope.
| static bool gemfire::ScopeType::isDistributed | ( | const Scope | type | ) | [inline, static] |
Returns whether this is one of the distributed scopes.
| static bool gemfire::ScopeType::isDistributedAck | ( | const Scope | type | ) | [inline, static] |
Returns whether this is distributed ack scope.
| static bool gemfire::ScopeType::isDistributedNoAck | ( | const Scope | type | ) | [inline, static] |
Returns whether this is distributed no ack scope.
| static bool gemfire::ScopeType::isGlobal | ( | const Scope | type | ) | [inline, static] |
Returns whether this is global scope.
| static bool gemfire::ScopeType::isLocal | ( | const Scope | type | ) | [inline, static] |
Returns whether this is local scope.