Package | Description |
---|---|
org.apache.logging.log4j.core.async |
Provides Asynchronous Logger classes and interfaces for low-latency logging.
|
Modifier and Type | Field and Description |
---|---|
private JCToolsBlockingQueueFactory.WaitStrategy |
JCToolsBlockingQueueFactory.waitStrategy |
private JCToolsBlockingQueueFactory.WaitStrategy |
JCToolsBlockingQueueFactory.MpscBlockingQueue.waitStrategy |
Modifier and Type | Method and Description |
---|---|
static JCToolsBlockingQueueFactory.WaitStrategy |
JCToolsBlockingQueueFactory.WaitStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JCToolsBlockingQueueFactory.WaitStrategy[] |
JCToolsBlockingQueueFactory.WaitStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <E> JCToolsBlockingQueueFactory<E> |
JCToolsBlockingQueueFactory.createFactory(JCToolsBlockingQueueFactory.WaitStrategy waitStrategy) |
Constructor and Description |
---|
JCToolsBlockingQueueFactory(JCToolsBlockingQueueFactory.WaitStrategy waitStrategy) |
MpscBlockingQueue(int capacity,
JCToolsBlockingQueueFactory.WaitStrategy waitStrategy) |