Package | Description |
---|---|
com.gemstone.gemfire.cache.client |
The
com.gemstone.gemfire.cache.client package provides APIs used
for client connectivity and caching. |
com.gemstone.gemfire.cache.execute |
The
com.gemstone.gemfire.cache.execute package provides APIs used
for function execution on gemfire system members. |
Modifier and Type | Method and Description |
---|---|
Pool |
PoolFactory.create(String name)
Create a new Pool for connecting a client to a set of GemFire Cache Servers.
|
static Pool |
PoolManager.find(Region<?,?> region)
Find the pool used by the given region.
|
static Pool |
PoolManager.find(String name)
Find by name an existing connection pool returning
the existing pool or
null if it does not exist. |
Pool |
ClientCache.getDefaultPool()
Returns the default server pool.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Pool> |
PoolManager.getAll()
Returns a map containing all the pools in this manager.
|
Modifier and Type | Method and Description |
---|---|
static Execution |
FunctionService.onServer(Pool pool)
|
static Execution |
FunctionService.onServers(Pool pool)
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.