Uses of Interface
org.apache.logging.log4j.core.async.AsyncWaitStrategyFactory
Packages that use AsyncWaitStrategyFactory
Package
Description
Provides Asynchronous Logger classes and interfaces for low-latency logging.
Configuration of Log4j 2.
-
Uses of AsyncWaitStrategyFactory in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement AsyncWaitStrategyFactoryFields in org.apache.logging.log4j.core.async declared as AsyncWaitStrategyFactoryModifier and TypeFieldDescriptionprivate final AsyncWaitStrategyFactory
AsyncLoggerConfigDisruptor.asyncWaitStrategyFactory
Fields in org.apache.logging.log4j.core.async with type parameters of type AsyncWaitStrategyFactoryModifier and TypeFieldDescriptionprivate final Supplier
<AsyncWaitStrategyFactory> AsyncLoggerDisruptor.waitStrategyFactorySupplier
Methods in org.apache.logging.log4j.core.async that return AsyncWaitStrategyFactoryMethods in org.apache.logging.log4j.core.async with parameters of type AsyncWaitStrategyFactoryModifier and TypeMethodDescription(package private) static com.lmax.disruptor.WaitStrategy
DisruptorUtil.createWaitStrategy
(String propertyName, AsyncWaitStrategyFactory asyncWaitStrategyFactory) Constructors in org.apache.logging.log4j.core.async with parameters of type AsyncWaitStrategyFactoryModifierConstructorDescriptionAsyncLoggerConfigDisruptor
(AsyncWaitStrategyFactory asyncWaitStrategyFactory) Constructor parameters in org.apache.logging.log4j.core.async with type arguments of type AsyncWaitStrategyFactoryModifierConstructorDescription(package private)
AsyncLoggerDisruptor
(String contextName, Supplier<AsyncWaitStrategyFactory> waitStrategyFactorySupplier) -
Uses of AsyncWaitStrategyFactory in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config declared as AsyncWaitStrategyFactoryModifier and TypeFieldDescriptionprivate AsyncWaitStrategyFactory
AbstractConfiguration.asyncWaitStrategyFactory
Methods in org.apache.logging.log4j.core.config that return AsyncWaitStrategyFactoryModifier and TypeMethodDescriptionAbstractConfiguration.getAsyncWaitStrategyFactory()
Configuration.getAsyncWaitStrategyFactory()
Returns theAsyncWaitStrategyFactory
defined in this Configuration; this factory is used to create the LMAX disruptorWaitStrategy
used by the disruptor ringbuffer for Async Loggers.