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 classAbstractPruneStrategy.AbstractBuilder<B,T extends AbstractPruneStrategy>Base class for prune strategy builders.Subclasses of AbstractPruneStrategy in org.ldaptive.pool Modifier and Type Class Description classAgePruneStrategyRemoves connections from the pool based on how long they have existed.classIdlePruneStrategyRemoves 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 TAbstractPruneStrategy.AbstractBuilder. objectPrune strategy to build.
-