|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PoolSettings | |
|---|---|
| nf.fr.eraasoft.pool | |
| nf.fr.eraasoft.pool.impl | |
| Uses of PoolSettings in nf.fr.eraasoft.pool |
|---|
| Methods in nf.fr.eraasoft.pool that return PoolSettings | |
|---|---|
PoolSettings<T> |
PoolSettings.debug(boolean debug)
|
PoolSettings<T> |
PoolSettings.max(int max)
if |
PoolSettings<T> |
PoolSettings.maxIdle(int maxIdle)
|
PoolSettings<T> |
PoolSettings.maxWait(int maxWait)
|
PoolSettings<T> |
PoolSettings.min(int min)
Define the minimum number of element in the pool |
PoolSettings<T> |
PoolSettings.validateWhenReturn(boolean validateWhenReturn)
if true invoke PoolableObject.validate() method |
| Uses of PoolSettings in nf.fr.eraasoft.pool.impl |
|---|
| Methods in nf.fr.eraasoft.pool.impl that return PoolSettings | |
|---|---|
PoolSettings<T> |
PoolFactory.settings()
|
| Methods in nf.fr.eraasoft.pool.impl with parameters of type PoolSettings | |
|---|---|
static void |
PoolControler.addPoolSettings(PoolSettings<?> poolSettings)
|
| Constructors in nf.fr.eraasoft.pool.impl with parameters of type PoolSettings | |
|---|---|
AbstractPool(PoolableObject<T> poolableObject,
PoolSettings<T> settings)
|
|
BlockingQueueObjectPool(PoolableObject<T> poolableObject,
PoolSettings<T> settings)
|
|
ConcurrentLinkedQueuePool(PoolableObject<T> poolableObject,
PoolSettings<T> settings)
|
|
PoolFactory(PoolSettings<T> settings,
PoolableObject<T> poolableObject)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||