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.partition |
Provides classes which operate on partitioned regions.
|
com.gemstone.gemfire.cache.util |
Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
com.gemstone.gemfire.management |
A set of APIs for retrieving information and statistics for GemFire components as well as controlling the startup, shutdown and runtime of those components.
|
com.gemstone.gemfire.management.cli |
The Command Line Interface (CLI) package provides a set of APIs for writing commands that can be used to manage and monitor GemFire components.
|
com.gemstone.gemfire.security |
Provides an API for plugging in authentication and authorization
for members of a distributed system and clients.
|
Constructor and Description |
---|
GemFireMemberStatus(Cache cache)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Cache |
CacheFactory.create()
Creates a new cache that uses the configured distributed system.
|
static Cache |
CacheFactory.create(DistributedSystem system)
Deprecated.
as of 6.5 use
CacheFactory.CacheFactory(Properties) instead. |
static Cache |
CacheFactory.getAnyInstance()
Gets an arbitrary open instance of
Cache produced by an
earlier call to CacheFactory.create() . |
Cache |
Region.getCache()
Deprecated.
as of 6.5 use
Region.getRegionService() instead. |
Cache |
CacheExistsException.getCache()
Returns the
Cache that already exists. |
Cache |
TransactionEvent.getCache()
Gets the Cache for this transaction event
|
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. |
Cache |
Cache.getReconnectedCache()
Returns the new Cache if there was an auto-reconnect and the cache was
recreated.
|
Constructor and Description |
---|
CacheExistsException(Cache cache,
String msg)
Constructs an instance of
CacheExistsException with the specified detail message. |
CacheExistsException(Cache cache,
String msg,
Throwable cause)
Constructs an instance of
CacheExistsException with the specified detail message
and cause. |
Modifier and Type | Method and Description |
---|---|
static Set<PartitionRegionInfo> |
PartitionRegionHelper.getPartitionRegionInfo(Cache cache)
Gathers a set of details about all partitioned regions in the local Cache.
|
Modifier and Type | Method and Description |
---|---|
Cache |
GatewayHub.getCache()
Deprecated.
Returns this
GatewayHub 's GemFire cache |
Modifier and Type | Method and Description |
---|---|
static ManagementService |
ManagementService.getExistingManagementService(Cache cache)
Returns the existing instance of the management service for a cache.
|
static ManagementService |
ManagementService.getManagementService(Cache cache)
Returns a newly created or the existing instance of the management service
for a cache.
|
Modifier and Type | Method and Description |
---|---|
static CommandService |
CommandService.createLocalCommandService(Cache cache)
Returns a newly created or existing instance of the
CommandService |
Modifier and Type | Method and Description |
---|---|
void |
AccessControl.init(Principal principal,
DistributedMember remoteMember,
Cache cache)
Initialize the callback for a client/peer having the given principal.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.