Package | Description |
---|---|
org.ldaptive.pool |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractConnectionPool.setQueueType(QueueType type)
Sets the type of queue used for this connection pool.
|
Constructor and Description |
---|
Queue(QueueType type)
Creates a new queue.
|
Copyright © 2018. All rights reserved.