Uses of Class
org.ldaptive.pool.AgePruneStrategy
-
Packages that use AgePruneStrategy Package Description org.ldaptive.pool -
-
Uses of AgePruneStrategy in org.ldaptive.pool
Subclasses of AgePruneStrategy 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.Constructors in org.ldaptive.pool with parameters of type AgePruneStrategy Constructor Description Builder(AgePruneStrategy strategy)
-