Uses of Interface
org.ldaptive.pool.PruneStrategy
-
Packages that use PruneStrategy Package Description org.ldaptive org.ldaptive.pool -
-
Uses of PruneStrategy in org.ldaptive
Methods in org.ldaptive with parameters of type PruneStrategy Modifier and Type Method Description PooledConnectionFactory.Builder
PooledConnectionFactory.Builder. pruneStrategy(PruneStrategy strategy)
-
Uses of PruneStrategy in org.ldaptive.pool
Classes in org.ldaptive.pool that implement PruneStrategy Modifier and Type Class Description class
AbstractPruneStrategy
Base class for prune strategy implementations.class
IdlePruneStrategy
Removes connections from the pool based on how long they have been idle in the available queue.Fields in org.ldaptive.pool declared as PruneStrategy Modifier and Type Field Description private PruneStrategy
AbstractConnectionPool. pruneStrategy
For removing connections.Methods in org.ldaptive.pool that return PruneStrategy Modifier and Type Method Description PruneStrategy
AbstractConnectionPool. getPruneStrategy()
Returns the prune strategy for this pool.Methods in org.ldaptive.pool with parameters of type PruneStrategy Modifier and Type Method Description void
AbstractConnectionPool. setPruneStrategy(PruneStrategy ps)
Sets the prune strategy for this pool.
-