Package | Description |
---|---|
org.ldaptive.pool |
Modifier and Type | Class and Description |
---|---|
class |
IdlePruneStrategy
Removes connections from the pool based on how long they have been idle in the available queue.
|
Modifier and Type | Field and Description |
---|---|
private PruneStrategy |
AbstractPool.pruneStrategy
For removing pooled objects.
|
Modifier and Type | Method and Description |
---|---|
PruneStrategy |
AbstractPool.getPruneStrategy()
Returns the prune strategy for this pool.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPool.setPruneStrategy(PruneStrategy ps)
Sets the prune strategy for this pool.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.