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.blockingQueueFactoryMethods 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 BlockingQueueFactoryModifierConstructorDescriptionprivateAsyncAppender(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 TypeClassDescriptionclassFactory for creating instances ofArrayBlockingQueue.classFactory for creating instances of BlockingQueues backed by JCToolsMpscArrayQueue.classFactory for creating instances ofLinkedTransferQueue.