Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.cache.util |
Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
Modifier and Type | Class and Description |
---|---|
class |
GatewayConfigurationException
An exception indicating that a gateway configuration
will not work with the remote side of the gateway's configuration.
|
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. |
void |
GemFireCache.loadCacheXml(InputStream is)
Loads the cache configuration described in a declarative caching XML
file into this cache.
|
Modifier and Type | Method and Description |
---|---|
void |
Gateway.addEndpoint(String id,
String host,
int port)
Deprecated.
Add an
Endpoint to this Gateway . |
Gateway |
GatewayHub.addGateway(String id)
Deprecated.
Adds a
Gateway to this GatewayHub 's
known Gateway s. |
Gateway |
GatewayHub.addGateway(String id,
int concurrencyLevel)
Deprecated.
|
void |
Gateway.addListener(GatewayEventListener listener)
Deprecated.
Add a
GatewayEventListener to this Gateway . |
void |
GatewayHub.removeGateway(String id)
Deprecated.
Removes a
Gateway from this GatewayHub . |
void |
GatewayHub.setStartupPolicy(String startupPolicy)
Deprecated.
Sets the startup policy for this
GatewayHub . |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.