Uses of Class
org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor.Log4jEventWrapper
-
Packages that use AsyncLoggerConfigDisruptor.Log4jEventWrapper Package Description org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging. -
-
Uses of AsyncLoggerConfigDisruptor.Log4jEventWrapper in org.apache.logging.log4j.core.async
Fields in org.apache.logging.log4j.core.async with type parameters of type AsyncLoggerConfigDisruptor.Log4jEventWrapper Modifier and Type Field Description private com.lmax.disruptor.dsl.Disruptor<AsyncLoggerConfigDisruptor.Log4jEventWrapper>
AsyncLoggerConfigDisruptor. disruptor
private com.lmax.disruptor.EventFactory<AsyncLoggerConfigDisruptor.Log4jEventWrapper>
AsyncLoggerConfigDisruptor. factory
private static com.lmax.disruptor.EventFactory<AsyncLoggerConfigDisruptor.Log4jEventWrapper>
AsyncLoggerConfigDisruptor. FACTORY
Factory used to populate the RingBuffer with events.private static com.lmax.disruptor.EventFactory<AsyncLoggerConfigDisruptor.Log4jEventWrapper>
AsyncLoggerConfigDisruptor. MUTABLE_FACTORY
Factory used to populate the RingBuffer with events.private static com.lmax.disruptor.EventTranslatorTwoArg<AsyncLoggerConfigDisruptor.Log4jEventWrapper,LogEvent,AsyncLoggerConfig>
AsyncLoggerConfigDisruptor. MUTABLE_TRANSLATOR
Object responsible for passing on data to a RingBuffer event with a MutableLogEvent.private com.lmax.disruptor.EventTranslatorTwoArg<AsyncLoggerConfigDisruptor.Log4jEventWrapper,LogEvent,AsyncLoggerConfig>
AsyncLoggerConfigDisruptor. translator
private static com.lmax.disruptor.EventTranslatorTwoArg<AsyncLoggerConfigDisruptor.Log4jEventWrapper,LogEvent,AsyncLoggerConfig>
AsyncLoggerConfigDisruptor. TRANSLATOR
Object responsible for passing on data to a specific RingBuffer event.Methods in org.apache.logging.log4j.core.async that return types with arguments of type AsyncLoggerConfigDisruptor.Log4jEventWrapper Modifier and Type Method Description (package private) static com.lmax.disruptor.ExceptionHandler<AsyncLoggerConfigDisruptor.Log4jEventWrapper>
DisruptorUtil. getAsyncLoggerConfigExceptionHandler()
Methods in org.apache.logging.log4j.core.async with parameters of type AsyncLoggerConfigDisruptor.Log4jEventWrapper Modifier and Type Method Description void
AsyncLoggerConfigDisruptor.Log4jEventWrapperHandler. onEvent(AsyncLoggerConfigDisruptor.Log4jEventWrapper event, long sequence, boolean endOfBatch)
Method parameters in org.apache.logging.log4j.core.async with type arguments of type AsyncLoggerConfigDisruptor.Log4jEventWrapper Modifier and Type Method Description private boolean
AsyncLoggerConfigDisruptor. hasLog4jBeenShutDown(com.lmax.disruptor.dsl.Disruptor<AsyncLoggerConfigDisruptor.Log4jEventWrapper> aDisruptor)
Returnstrue
if the specified disruptor is null.
-