|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Pool | |
|---|---|
| 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. |
| Uses of Pool in com.gemstone.gemfire.cache.client |
|---|
| Methods in com.gemstone.gemfire.cache.client that return Pool | |
|---|---|
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. |
| Methods in com.gemstone.gemfire.cache.client that return types with arguments of type Pool | |
|---|---|
static Map<String,Pool> |
PoolManager.getAll()
Returns a map containing all the pools in this manager. |
| Uses of Pool in com.gemstone.gemfire.cache.execute |
|---|
| Methods in com.gemstone.gemfire.cache.execute with parameters of type Pool | |
|---|---|
static Execution |
FunctionService.onServer(Pool pool)
Returns an Execution object that can be used to execute a data
independent function on a server in the provided Pool. |
static Execution |
FunctionService.onServers(Pool pool)
Returns an Execution object that can be used to execute a data
independent function on all the servers in the provided Pool. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||