Uses of Class
org.ldaptive.pool.AbstractPruneStrategy
-
Packages that use AbstractPruneStrategy Package Description org.ldaptive.pool -
-
Uses of AbstractPruneStrategy in org.ldaptive.pool
Classes in org.ldaptive.pool with type parameters of type AbstractPruneStrategy Modifier and Type Class Description protected static class
AbstractPruneStrategy.AbstractBuilder<B,T extends AbstractPruneStrategy>
Base class for prune strategy builders.Subclasses of AbstractPruneStrategy in org.ldaptive.pool Modifier and Type Class Description 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 AbstractPruneStrategy Modifier and Type Field Description protected T
AbstractPruneStrategy.AbstractBuilder. object
Prune strategy to build.
-