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
Methods in org.apache.logging.log4j.core.appender with parameters of type BlockingQueueFactoryModifier and TypeMethodDescriptionAsyncAppender.Builder.setBlockingQueueFactory(BlockingQueueFactory<LogEvent> blockingQueueFactory) -
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 ofDisruptorBlockingQueue.classFactory for creating instances of BlockingQueues backed by JCToolsMpscArrayQueue.classFactory for creating instances ofLinkedTransferQueue.