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
Methods in org.apache.logging.log4j.core.async that return AsyncWaitStrategyFactory Modifier and Type Method Description AsyncWaitStrategyFactory
AsyncWaitStrategyFactoryConfig. createWaitStrategyFactory()
Constructors in org.apache.logging.log4j.core.async with parameters of type AsyncWaitStrategyFactory Constructor Description AsyncLoggerConfigDisruptor(AsyncWaitStrategyFactory asyncWaitStrategyFactory)
-
Uses of AsyncWaitStrategyFactory in org.apache.logging.log4j.core.config
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.
-