Uses of Interface
org.apache.logging.log4j.core.async.AsyncWaitStrategyFactory
-
Packages that use AsyncWaitStrategyFactory Package Description org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging.org.apache.logging.log4j.core.config Configuration of Log4j 2. -
-
Uses of AsyncWaitStrategyFactory in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement AsyncWaitStrategyFactory Modifier and Type Class Description (package private) class
DefaultAsyncWaitStrategyFactory
Fields in org.apache.logging.log4j.core.async declared as AsyncWaitStrategyFactory Modifier and Type Field Description private AsyncWaitStrategyFactory
AsyncLoggerConfigDisruptor. asyncWaitStrategyFactory
Fields in org.apache.logging.log4j.core.async with type parameters of type AsyncWaitStrategyFactory Modifier and Type Field Description private java.util.function.Supplier<AsyncWaitStrategyFactory>
AsyncLoggerDisruptor. waitStrategyFactorySupplier
Methods in org.apache.logging.log4j.core.async that return AsyncWaitStrategyFactory Modifier and Type Method Description AsyncWaitStrategyFactory
AsyncWaitStrategyFactoryConfig. createWaitStrategyFactory()
Methods in org.apache.logging.log4j.core.async with parameters of type AsyncWaitStrategyFactory Modifier and Type Method Description (package private) static com.lmax.disruptor.WaitStrategy
DisruptorUtil. createWaitStrategy(java.lang.String propertyName, AsyncWaitStrategyFactory asyncWaitStrategyFactory)
Constructors in org.apache.logging.log4j.core.async with parameters of type AsyncWaitStrategyFactory Constructor Description AsyncLoggerConfigDisruptor(AsyncWaitStrategyFactory asyncWaitStrategyFactory)
Constructor parameters in org.apache.logging.log4j.core.async with type arguments of type AsyncWaitStrategyFactory Constructor Description AsyncLoggerDisruptor(java.lang.String contextName, java.util.function.Supplier<AsyncWaitStrategyFactory> waitStrategyFactorySupplier)
-
Uses of AsyncWaitStrategyFactory in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config declared as AsyncWaitStrategyFactory Modifier and Type Field Description private AsyncWaitStrategyFactory
AbstractConfiguration. asyncWaitStrategyFactory
Methods in org.apache.logging.log4j.core.config that return AsyncWaitStrategyFactory Modifier and Type Method Description AsyncWaitStrategyFactory
AbstractConfiguration. getAsyncWaitStrategyFactory()
AsyncWaitStrategyFactory
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.
-