|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Scope | |
|---|---|
| com.gemstone.gemfire.admin | Provides an API for administering various GemFire components such as a GemFire distributed system, and processes that host GemFire Caches. |
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| Uses of Scope in com.gemstone.gemfire.admin |
|---|
| Methods in com.gemstone.gemfire.admin that return Scope | |
|---|---|
Scope |
SystemMemberRegion.getScope()
/** Returns the Scope in this region's attributes. |
| Uses of Scope in com.gemstone.gemfire.cache |
|---|
| Fields in com.gemstone.gemfire.cache declared as Scope | |
|---|---|
static Scope |
Scope.DISTRIBUTED_ACK
The region or cached object with this attribute is scoped to the distributed cached system; any distributed operation will not return until all the remote acknowledgements come back. |
static Scope |
Scope.DISTRIBUTED_NO_ACK
The region or cached object with this attribute is scoped to the distributed cached system; any distributed operation will return without waiting for the remote acknowledgement. |
static Scope |
Scope.GLOBAL
The region or cached object with this attribute is scoped to the distributed cached system; locking is used for all distributed operations on entries to guarantee consistency across the distributed caches. |
static Scope |
Scope.LOCAL
The region with this attribute is scoped to this JVM only. |
| Methods in com.gemstone.gemfire.cache that return Scope | |
|---|---|
static Scope |
Scope.fromOrdinal(int ordinal)
Return the Scope represented by specified ordinal |
static Scope |
Scope.fromString(String scope)
Parse the given string into a Scope |
Scope |
RegionAttributes.getScope()
Returns the scope of the region. |
| Methods in com.gemstone.gemfire.cache with parameters of type Scope | |
|---|---|
RegionFactory<K,V> |
RegionFactory.setScope(Scope scopeType)
Sets the scope for the next RegionAttributes created. |
void |
AttributesFactory.setScope(Scope scopeType)
Sets the scope for the next RegionAttributes created. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||