Package org.ldaptive.pool
package org.ldaptive.pool
-
ClassDescriptionContains the base implementation for pooling connections.Base class for prune strategy implementations.Base class for prune strategy builders.Thrown when an attempt to activate a pooled connection fails.Removes connections from the pool based on how long they have existed.Age prune strategy builder.Passivates a connection by performing a bind operation on it.Implements a pool of connections that has a set minimum and maximum size.Thrown when a blocking operation times out.Provides an interface for activating connections when they are checked out from the pool.Provides an interface for passivating connections when they are checked back into the pool.Provides an interface for connection pooling.Removes connections from the pool based on how long they have been idle in the available queue.Idle prune strategy builder.Provides an interface for metadata surrounding a connection that is participating in the connection pool.Statistics associated with a connection's activity in the pool.Base exception thrown when a pool operation fails.Thrown when the pool is empty and no new requests can be serviced.Provides an interface for pruning connections from the pool.Queue<T>Provides a wrapper around a
Dequeto support LIFO and FIFO operations.Enum to define queue type.Thrown when an attempt to validate a pooled connection fails.Marker interface for a validation exception handler.