Uses of Enum
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 QueueTypeAbstractConnectionPool.queueTypeType of queue.private final QueueTypeQueue.queueTypeHow 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 QueueTypeReturns 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 QueueTypeModifier and TypeMethodDescriptionvoidAbstractConnectionPool.setQueueType(QueueType type) Sets the type of queue used for this connection pool.Constructors in org.ldaptive.pool with parameters of type QueueType