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 AsyncWaitStrategyFactoryAsyncLoggerConfigDisruptor.asyncWaitStrategyFactoryFields in org.apache.logging.log4j.core.async with type parameters of type AsyncWaitStrategyFactoryModifier and TypeFieldDescriptionprivate final Supplier<AsyncWaitStrategyFactory> AsyncLoggerDisruptor.waitStrategyFactorySupplierMethods 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.WaitStrategyDisruptorUtil.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 AsyncWaitStrategyFactoryAbstractConfiguration.asyncWaitStrategyFactoryMethods in org.apache.logging.log4j.core.config that return AsyncWaitStrategyFactoryModifier and TypeMethodDescriptionAbstractConfiguration.getAsyncWaitStrategyFactory()Configuration.getAsyncWaitStrategyFactory()Returns theAsyncWaitStrategyFactorydefined in this Configuration; this factory is used to create the LMAX disruptorWaitStrategyused by the disruptor ringbuffer for Async Loggers.