|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use DistributedSystem | |
|---|---|
| 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. |
| com.gemstone.gemfire.cache.execute |
The com.gemstone.gemfire.cache.execute package provides APIs used
for function execution on gemfire system members. |
| com.gemstone.gemfire.distributed | Provides information about, access to, and common tools for GemFire distributed systems. |
| Uses of DistributedSystem in com.gemstone.gemfire.admin |
|---|
| Methods in com.gemstone.gemfire.admin with parameters of type DistributedSystem | |
|---|---|
static DistributedSystemConfig |
AdminDistributedSystemFactory.defineDistributedSystem(DistributedSystem system,
String remoteCommand)
Defines a distributed system configuration for administering the distributed system to which this VM is currently connected. |
| Uses of DistributedSystem in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that return DistributedSystem | |
|---|---|
DistributedSystem |
GemFireCache.getDistributedSystem()
Returns the distributed system used by this cache. |
| Methods in com.gemstone.gemfire.cache with parameters of type DistributedSystem | |
|---|---|
static Cache |
CacheFactory.create(DistributedSystem system)
Deprecated. as of 6.5 use CacheFactory.CacheFactory(Properties) instead. |
static Cache |
CacheFactory.getInstance(DistributedSystem system)
Gets the instance of Cache produced by an
earlier call to CacheFactory.create(). |
static Cache |
CacheFactory.getInstanceCloseOk(DistributedSystem system)
Gets the instance of Cache produced by an
earlier call to CacheFactory.create() even if it has been closed. |
| Uses of DistributedSystem in com.gemstone.gemfire.cache.execute |
|---|
| Methods in com.gemstone.gemfire.cache.execute with parameters of type DistributedSystem | |
|---|---|
static Execution |
FunctionService.onMember(DistributedSystem system,
DistributedMember distributedMember)
Returns an Execution object that can be used to execute a data
independent function on a DistributedMember of the
DistributedSystem. |
static Execution |
FunctionService.onMembers(DistributedSystem system)
Returns an Execution object that can be used to execute a data
independent function on all members of the DistributedSystem. |
static Execution |
FunctionService.onMembers(DistributedSystem system,
Set<DistributedMember> distributedMembers)
Returns an Execution object that can be used to execute a data
independent function on the set of DistributedMembers of the
DistributedSystem. |
| Uses of DistributedSystem in com.gemstone.gemfire.distributed |
|---|
| Methods in com.gemstone.gemfire.distributed that return DistributedSystem | |
|---|---|
static DistributedSystem |
DistributedSystem.connect(Properties config)
Deprecated. as of 6.5 use CacheFactory.create(com.gemstone.gemfire.distributed.DistributedSystem) or ClientCacheFactory.create() instead. |
abstract DistributedSystem |
Locator.getDistributedSystem()
Returns the distributed system started by this locator, if any |
| Methods in com.gemstone.gemfire.distributed with parameters of type DistributedSystem | |
|---|---|
static DistributedLockService |
DistributedLockService.create(String serviceName,
DistributedSystem ds)
Create a DistributedLockService with the given serviceName for the given DistributedSystem. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||