Uses of Class
net.logstash.logback.appender.AsyncDisruptorAppender.LogEvent
Packages that use AsyncDisruptorAppender.LogEvent
-
Uses of AsyncDisruptorAppender.LogEvent in net.logstash.logback.appender
Methods in net.logstash.logback.appender that return AsyncDisruptorAppender.LogEventMethods in net.logstash.logback.appender that return types with arguments of type AsyncDisruptorAppender.LogEventModifier and TypeMethodDescriptionprotected com.lmax.disruptor.EventHandler<AsyncDisruptorAppender.LogEvent<Event>>
AbstractLogstashTcpSocketAppender.createEventHandler()
protected abstract com.lmax.disruptor.EventHandler<AsyncDisruptorAppender.LogEvent<Event>>
AsyncDisruptorAppender.createEventHandler()
Create theEventHandler
to process events as they become available from the RingBuffer.protected com.lmax.disruptor.EventHandler<AsyncDisruptorAppender.LogEvent<Event>>
DelegatingAsyncDisruptorAppender.createEventHandler()
protected com.lmax.disruptor.dsl.Disruptor<AsyncDisruptorAppender.LogEvent<Event>>
AsyncDisruptorAppender.getDisruptor()
protected com.lmax.disruptor.EventTranslatorOneArg<AsyncDisruptorAppender.LogEvent<Event>,
Event> AsyncDisruptorAppender.getEventTranslator()
Methods in net.logstash.logback.appender with parameters of type AsyncDisruptorAppender.LogEventModifier and TypeMethodDescriptionvoid
AsyncDisruptorAppender.LogEventTranslator.translateTo
(AsyncDisruptorAppender.LogEvent<Event> logEvent, long sequence, Event event) Method parameters in net.logstash.logback.appender with type arguments of type AsyncDisruptorAppender.LogEventModifier and TypeMethodDescriptionprotected void
AsyncDisruptorAppender.setEventTranslator
(com.lmax.disruptor.EventTranslatorOneArg<AsyncDisruptorAppender.LogEvent<Event>, Event> eventTranslator)