Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.cache.wan |
Modifier and Type | Method and Description |
---|---|
GatewaySender |
Cache.getGatewaySender(String id)
Returns the
GatewaySender with the given id added to this Cache. |
Modifier and Type | Method and Description |
---|---|
Set<GatewaySender> |
Cache.getGatewaySenders()
Returns all
GatewaySender s for this Cache. |
Modifier and Type | Method and Description |
---|---|
GatewaySender |
GatewaySenderFactory.create(String id,
int remoteDSId)
Creates a
GatewaySender to communicate with remote
distributed system |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.