|
GemFire 5.5 | ||||||||
| 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.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. |
| Constructors in com.gemstone.gemfire.admin with parameters of type DistributedSystem | |
|---|---|
GemFireMemberStatus(DistributedSystem distributedSystem,
Cache cache)
|
|
GemFireMonitorService(DistributedSystem ds,
Cache c,
int listenerPort)
|
|
GemFireMonitorService(DistributedSystem ds,
int listenerPort)
Constructor. |
|
| Uses of DistributedSystem in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that return DistributedSystem | |
|---|---|
DistributedSystem |
Cache.getDistributedSystem()
Returns the distributed system that this cache was created with. |
| Methods in com.gemstone.gemfire.cache with parameters of type DistributedSystem | |
|---|---|
static Cache |
CacheFactory.create(DistributedSystem system)
Creates a new cache that uses the specified system. |
static Cache |
CacheFactory.getInstance(DistributedSystem system)
Gets the instance of Cache produced by an
earlier call to CacheFactory.create(com.gemstone.gemfire.distributed.DistributedSystem). |
static Cache |
CacheFactory.getInstanceCloseOk(DistributedSystem system)
Gets the instance of Cache produced by an
earlier call to CacheFactory.create(com.gemstone.gemfire.distributed.DistributedSystem) even if it has been closed. |
| Uses of DistributedSystem in com.gemstone.gemfire.distributed |
|---|
| Methods in com.gemstone.gemfire.distributed that return DistributedSystem | |
|---|---|
static DistributedSystem |
DistributedSystem.connect(Properties config)
Connects to a GemFire distributed system with a configuration supplemented by the given properties. |
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 5.5 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||