Uses of Interface
org.ldaptive.pool.PruneStrategy
Packages that use PruneStrategy
-
Uses of PruneStrategy in org.ldaptive
Methods in org.ldaptive with parameters of type PruneStrategyModifier and TypeMethodDescriptionPooledConnectionFactory.Builder.pruneStrategy
(PruneStrategy strategy) -
Uses of PruneStrategy in org.ldaptive.pool
Classes in org.ldaptive.pool that implement PruneStrategyModifier and TypeClassDescriptionclass
Removes connections from the pool based on how long they have been idle in the available queue.Fields in org.ldaptive.pool declared as PruneStrategyModifier and TypeFieldDescriptionprivate PruneStrategy
AbstractConnectionPool.pruneStrategy
For removing connections.Methods in org.ldaptive.pool that return PruneStrategyModifier and TypeMethodDescriptionAbstractConnectionPool.getPruneStrategy()
Returns the prune strategy for this pool.Methods in org.ldaptive.pool with parameters of type PruneStrategyModifier and TypeMethodDescriptionvoid
AbstractConnectionPool.setPruneStrategy
(PruneStrategy ps) Sets the prune strategy for this pool.