Uses of Class
org.apache.logging.log4j.core.async.JCToolsBlockingQueueFactory.WaitStrategy
-
Packages that use JCToolsBlockingQueueFactory.WaitStrategy Package Description org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging. -
-
Uses of JCToolsBlockingQueueFactory.WaitStrategy in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async that return JCToolsBlockingQueueFactory.WaitStrategy Modifier and Type Method Description static JCToolsBlockingQueueFactory.WaitStrategy
JCToolsBlockingQueueFactory.WaitStrategy. valueOf(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.Methods in org.apache.logging.log4j.core.async with parameters of type JCToolsBlockingQueueFactory.WaitStrategy Modifier and Type Method Description static <E> JCToolsBlockingQueueFactory<E>
JCToolsBlockingQueueFactory. createFactory(JCToolsBlockingQueueFactory.WaitStrategy waitStrategy)
-