Uses of Class
org.ldaptive.pool.QueueType
-
Packages that use QueueType Package Description org.ldaptive.pool -
-
Uses of QueueType in org.ldaptive.pool
Fields in org.ldaptive.pool declared as QueueType Modifier and Type Field Description private QueueType
AbstractConnectionPool. queueType
Type of queue.private QueueType
Queue. queueType
How will objects be inserted into the queue.Methods in org.ldaptive.pool that return QueueType Modifier and Type Method Description QueueType
AbstractConnectionPool. getQueueType()
Returns the type of queue used for this connection pool.static QueueType
QueueType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QueueType[]
QueueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ldaptive.pool with parameters of type QueueType Modifier and Type Method Description void
AbstractConnectionPool. setQueueType(QueueType type)
Sets the type of queue used for this connection pool.Constructors in org.ldaptive.pool with parameters of type QueueType Constructor Description Queue(QueueType type)
Creates a new queue.
-