Uses of Enum Class
org.ldaptive.pool.QueueType
Packages that use QueueType
-
Uses of QueueType in org.ldaptive.pool
Fields in org.ldaptive.pool declared as QueueTypeModifier and TypeFieldDescriptionprivate QueueType
AbstractConnectionPool.queueType
Type of queue.private final QueueType
Queue.queueType
How will objects be inserted into the queue.Methods in org.ldaptive.pool that return QueueTypeModifier and TypeMethodDescriptionAbstractConnectionPool.getQueueType()
Returns the type of queue used for this connection pool.static QueueType
Returns the enum constant of this class with the specified name.static QueueType[]
QueueType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ldaptive.pool with parameters of type QueueTypeModifier and TypeMethodDescriptionvoid
AbstractConnectionPool.setQueueType
(QueueType type) Sets the type of queue used for this connection pool.Constructors in org.ldaptive.pool with parameters of type QueueType