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) classDefaultAsyncWaitStrategyFactoryFields in org.apache.logging.log4j.core.async declared as AsyncWaitStrategyFactory Modifier and Type Field Description private AsyncWaitStrategyFactoryAsyncLoggerConfigDisruptor. asyncWaitStrategyFactoryFields 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. waitStrategyFactorySupplierMethods in org.apache.logging.log4j.core.async that return AsyncWaitStrategyFactory Modifier and Type Method Description AsyncWaitStrategyFactoryAsyncWaitStrategyFactoryConfig. 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.WaitStrategyDisruptorUtil. 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 AsyncWaitStrategyFactoryAbstractConfiguration. asyncWaitStrategyFactoryMethods 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.
-