Uses of Interface
org.apache.logging.log4j.core.async.AsyncWaitStrategyFactory
-
Packages that use AsyncWaitStrategyFactory Package Description org.apache.logging.log4j.core.async org.apache.logging.log4j.core.config -
-
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 AsyncWaitStrategyFactoryAsyncWaitStrategyFactoryConfig. 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 AsyncWaitStrategyFactoryAbstractConfiguration. getAsyncWaitStrategyFactory()AsyncWaitStrategyFactoryConfiguration. getAsyncWaitStrategyFactory()Returns theAsyncWaitStrategyFactorydefined in this Configuration; this factory is used to create the LMAX disruptorWaitStrategyused by the disruptor ringbuffer for Async Loggers.
-