|
GemFire 5.5 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use GatewayHub | |
|---|---|
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| Uses of GatewayHub in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that return GatewayHub | |
|---|---|
GatewayHub |
Cache.addGatewayHub(String id,
int port)
Creates a new GatewayHub with the default configuration
and adds it to the collection of GatewayHubs. |
GatewayHub |
Cache.getGatewayHub()
Deprecated. as of GemFire 5.1, use Cache.getGatewayHubs().get(0) instead. |
GatewayHub |
Cache.setGatewayHub(String id,
int port)
Deprecated. as of GemFire 5.1, use Cache.addGatewayHub(java.lang.String, int) instead. |
|
GemFire 5.5 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||