Uses of Interface
org.apache.logging.log4j.core.async.BlockingQueueFactory
Packages that use BlockingQueueFactory
Package
Description
Log4j 2 Appenders.
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 BlockingQueueFactoryModifier and TypeFieldDescriptionprivate BlockingQueueFactory
<LogEvent> AsyncAppender.Builder.blockingQueueFactory
Methods in org.apache.logging.log4j.core.appender with parameters of type BlockingQueueFactoryModifier and TypeMethodDescriptionAsyncAppender.Builder.setBlockingQueueFactory
(BlockingQueueFactory<LogEvent> blockingQueueFactory) Constructors in org.apache.logging.log4j.core.appender with parameters of type BlockingQueueFactoryModifierConstructorDescriptionprivate
AsyncAppender
(String name, Filter filter, AppenderRef[] appenderRefs, 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 BlockingQueueFactoryModifier and TypeClassDescriptionclass
Factory for creating instances ofArrayBlockingQueue
.class
Factory for creating instances of BlockingQueues backed by JCToolsMpscArrayQueue
.class
Factory for creating instances ofLinkedTransferQueue
.