public abstract class FactoryDefaultsPoolAdapter extends PoolAdapter
Pool
interface and extension of PoolAdapter providing default factory values for all configuration properties
(e.g. freeConnectionTimeout, idleTimeout, etc).PoolAdapter,
PoolFactory,
Pool| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
DEFAULT_KEEP_ALIVE |
protected static String |
DEFAULT_POOL_NAME |
protected static String |
LOCALHOST |
NOT_IMPLEMENTED| Constructor and Description |
|---|
FactoryDefaultsPoolAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
getFreeConnectionTimeout() |
long |
getIdleTimeout() |
int |
getLoadConditioningInterval() |
List<InetSocketAddress> |
getLocators() |
int |
getMaxConnections() |
int |
getMinConnections() |
boolean |
getMultiuserAuthentication() |
String |
getName() |
long |
getPingInterval() |
boolean |
getPRSingleHopEnabled() |
com.gemstone.gemfire.cache.query.QueryService |
getQueryService() |
int |
getReadTimeout() |
int |
getRetryAttempts() |
String |
getServerGroup() |
List<InetSocketAddress> |
getServers() |
int |
getSocketBufferSize() |
int |
getStatisticInterval() |
int |
getSubscriptionAckInterval() |
boolean |
getSubscriptionEnabled() |
int |
getSubscriptionMessageTrackingTimeout() |
int |
getSubscriptionRedundancy() |
boolean |
getThreadLocalConnections() |
destroy, getPendingEventCount, isDestroyed, releaseThreadLocalConnectionprotected static final boolean DEFAULT_KEEP_ALIVE
protected static final String DEFAULT_POOL_NAME
protected static final String LOCALHOST
public int getFreeConnectionTimeout()
getFreeConnectionTimeout in interface com.gemstone.gemfire.cache.client.PoolgetFreeConnectionTimeout in class PoolAdapterpublic long getIdleTimeout()
getIdleTimeout in interface com.gemstone.gemfire.cache.client.PoolgetIdleTimeout in class PoolAdapterpublic int getLoadConditioningInterval()
getLoadConditioningInterval in interface com.gemstone.gemfire.cache.client.PoolgetLoadConditioningInterval in class PoolAdapterpublic List<InetSocketAddress> getLocators()
getLocators in interface com.gemstone.gemfire.cache.client.PoolgetLocators in class PoolAdapterpublic int getMaxConnections()
getMaxConnections in interface com.gemstone.gemfire.cache.client.PoolgetMaxConnections in class PoolAdapterpublic int getMinConnections()
getMinConnections in interface com.gemstone.gemfire.cache.client.PoolgetMinConnections in class PoolAdapterpublic boolean getMultiuserAuthentication()
getMultiuserAuthentication in interface com.gemstone.gemfire.cache.client.PoolgetMultiuserAuthentication in class PoolAdapterpublic String getName()
getName in interface com.gemstone.gemfire.cache.client.PoolgetName in class PoolAdapterpublic boolean getPRSingleHopEnabled()
getPRSingleHopEnabled in interface com.gemstone.gemfire.cache.client.PoolgetPRSingleHopEnabled in class PoolAdapterpublic long getPingInterval()
getPingInterval in interface com.gemstone.gemfire.cache.client.PoolgetPingInterval in class PoolAdapterpublic com.gemstone.gemfire.cache.query.QueryService getQueryService()
getQueryService in interface com.gemstone.gemfire.cache.client.PoolgetQueryService in class PoolAdapterpublic int getReadTimeout()
getReadTimeout in interface com.gemstone.gemfire.cache.client.PoolgetReadTimeout in class PoolAdapterpublic int getRetryAttempts()
getRetryAttempts in interface com.gemstone.gemfire.cache.client.PoolgetRetryAttempts in class PoolAdapterpublic String getServerGroup()
getServerGroup in interface com.gemstone.gemfire.cache.client.PoolgetServerGroup in class PoolAdapterpublic List<InetSocketAddress> getServers()
getServers in interface com.gemstone.gemfire.cache.client.PoolgetServers in class PoolAdapterpublic int getSocketBufferSize()
getSocketBufferSize in interface com.gemstone.gemfire.cache.client.PoolgetSocketBufferSize in class PoolAdapterpublic int getStatisticInterval()
getStatisticInterval in interface com.gemstone.gemfire.cache.client.PoolgetStatisticInterval in class PoolAdapterpublic int getSubscriptionAckInterval()
getSubscriptionAckInterval in interface com.gemstone.gemfire.cache.client.PoolgetSubscriptionAckInterval in class PoolAdapterpublic boolean getSubscriptionEnabled()
getSubscriptionEnabled in interface com.gemstone.gemfire.cache.client.PoolgetSubscriptionEnabled in class PoolAdapterpublic int getSubscriptionMessageTrackingTimeout()
getSubscriptionMessageTrackingTimeout in interface com.gemstone.gemfire.cache.client.PoolgetSubscriptionMessageTrackingTimeout in class PoolAdapterpublic int getSubscriptionRedundancy()
getSubscriptionRedundancy in interface com.gemstone.gemfire.cache.client.PoolgetSubscriptionRedundancy in class PoolAdapterpublic boolean getThreadLocalConnections()
getThreadLocalConnections in interface com.gemstone.gemfire.cache.client.PoolgetThreadLocalConnections in class PoolAdapterpublic void destroy()
destroy in interface com.gemstone.gemfire.cache.client.Pooldestroy in class PoolAdapter