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 QueueTypeAbstractConnectionPool. queueTypeType of queue.private QueueTypeQueue. queueTypeHow will objects be inserted into the queue.Methods in org.ldaptive.pool that return QueueType Modifier and Type Method Description QueueTypeAbstractConnectionPool. getQueueType()Returns the type of queue used for this connection pool.static QueueTypeQueueType. 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 voidAbstractConnectionPool. 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.
-