Class FactoryDefaultsPoolAdapter

java.lang.Object
org.springframework.data.gemfire.client.PoolAdapter
org.springframework.data.gemfire.client.support.FactoryDefaultsPoolAdapter
All Implemented Interfaces:
Pool
Direct Known Subclasses:
DelegatingPoolAdapter

public abstract class FactoryDefaultsPoolAdapter extends PoolAdapter
FactoryDefaultsPoolAdapter is an abstract implementation of the Pool interface and extension of PoolAdapter that provides default factory values for all configuration properties (e.g. freeConnectionTimeout, idleTimeout, etc).
Since:
1.8.0
Author:
John Blum
See Also: