Uses of Interface
org.apache.logging.log4j.core.async.BlockingQueueFactory
-
Packages that use BlockingQueueFactory Package Description org.apache.logging.log4j.core.appender Log4j 2 Appenders.org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging. -
-
Uses of BlockingQueueFactory in org.apache.logging.log4j.core.appender
Fields in org.apache.logging.log4j.core.appender declared as BlockingQueueFactory Modifier and Type Field Description private BlockingQueueFactory<LogEvent>
AsyncAppender.Builder. blockingQueueFactory
Methods in org.apache.logging.log4j.core.appender with parameters of type BlockingQueueFactory Modifier and Type Method Description AsyncAppender.Builder
AsyncAppender.Builder. setBlockingQueueFactory(BlockingQueueFactory<LogEvent> blockingQueueFactory)
Constructors in org.apache.logging.log4j.core.appender with parameters of type BlockingQueueFactory Constructor Description AsyncAppender(java.lang.String name, Filter filter, AppenderRef[] appenderRefs, java.lang.String errorRef, int queueSize, boolean blocking, boolean ignoreExceptions, long shutdownTimeout, Configuration config, boolean includeLocation, BlockingQueueFactory<LogEvent> blockingQueueFactory, Property[] properties)
-
Uses of BlockingQueueFactory in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement BlockingQueueFactory Modifier and Type Class Description class
ArrayBlockingQueueFactory<E>
Factory for creating instances ofArrayBlockingQueue
.class
JCToolsBlockingQueueFactory<E>
Factory for creating instances of BlockingQueues backed by JCToolsMpscArrayQueue
.class
LinkedTransferQueueFactory<E>
Factory for creating instances ofLinkedTransferQueue
.
-