Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static DistributedSystemConfig |
AdminDistributedSystemFactory.defineDistributedSystem(DistributedSystem system,
String remoteCommand)
Deprecated.
Defines a distributed system configuration for administering the
distributed system to which this VM is currently connected.
|
Modifier and Type | Method and Description |
---|---|
DistributedSystem |
GemFireCache.getDistributedSystem()
Returns the distributed system used by this cache.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static Execution |
FunctionService.onMember(DistributedSystem system,
DistributedMember distributedMember)
Deprecated.
use
FunctionService.onMember(DistributedMember) instead |
static Execution |
FunctionService.onMembers(DistributedSystem system)
Deprecated.
use
FunctionService.onMember(String...) instead |
static Execution |
FunctionService.onMembers(DistributedSystem system,
Set<DistributedMember> distributedMembers)
Deprecated.
use
FunctionService.onMembers(Set) instead |
Modifier and Type | Method and Description |
---|---|
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
|
abstract DistributedSystem |
DistributedSystem.getReconnectedSystem()
Returns the new DistributedSystem if there was an auto-reconnect
|
Modifier and Type | Method and Description |
---|---|
static DistributedLockService |
DistributedLockService.create(String serviceName,
DistributedSystem ds)
Create a DistributedLockService with the given serviceName for the
given DistributedSystem.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.