Uses of Class
org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor.Log4jEventWrapper
Packages that use AsyncLoggerConfigDisruptor.Log4jEventWrapper
Package
Description
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.Log4jEventWrapperModifier and TypeFieldDescriptionprivate com.lmax.disruptor.dsl.Disruptor<AsyncLoggerConfigDisruptor.Log4jEventWrapper>
AsyncLoggerConfigDisruptor.disruptor
private com.lmax.disruptor.EventFactory<AsyncLoggerConfigDisruptor.Log4jEventWrapper>
AsyncLoggerConfigDisruptor.factory
private static final com.lmax.disruptor.EventFactory<AsyncLoggerConfigDisruptor.Log4jEventWrapper>
AsyncLoggerConfigDisruptor.FACTORY
Factory used to populate the RingBuffer with events.private static final com.lmax.disruptor.EventFactory<AsyncLoggerConfigDisruptor.Log4jEventWrapper>
AsyncLoggerConfigDisruptor.MUTABLE_FACTORY
Factory used to populate the RingBuffer with events.private static final 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 final 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.Log4jEventWrapperModifier and TypeMethodDescription(package private) static com.lmax.disruptor.ExceptionHandler<AsyncLoggerConfigDisruptor.Log4jEventWrapper>
DisruptorUtil.getAsyncLoggerConfigExceptionHandler()
Methods in org.apache.logging.log4j.core.async with parameters of type AsyncLoggerConfigDisruptor.Log4jEventWrapperModifier and TypeMethodDescriptionvoid
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.Log4jEventWrapperModifier and TypeMethodDescriptionprivate boolean
AsyncLoggerConfigDisruptor.hasLog4jBeenShutDown
(com.lmax.disruptor.dsl.Disruptor<AsyncLoggerConfigDisruptor.Log4jEventWrapper> aDisruptor) Returnstrue
if the specified disruptor is null.