Uses of Class
net.logstash.logback.appender.AsyncDisruptorAppender.LogEvent
Packages that use AsyncDisruptorAppender.LogEvent
-
Uses of AsyncDisruptorAppender.LogEvent in net.logstash.logback.appender
Classes in net.logstash.logback.appender that implement interfaces with type arguments of type AsyncDisruptorAppender.LogEventModifier and TypeClassDescriptionprotected static classFactory for creating the initialAsyncDisruptorAppender.LogEvents to populate theRingBuffer.protected static classSets theAsyncDisruptorAppender.LogEvent.eventto the logback Event.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 theEventHandlerto 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 TypeMethodDescriptionvoidAsyncDisruptorAppender.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 voidAsyncDisruptorAppender.setEventTranslator(com.lmax.disruptor.EventTranslatorOneArg<AsyncDisruptorAppender.LogEvent<Event>, Event> eventTranslator)