Uses of Class
org.apache.hadoop.hbase.namequeues.RingBufferEnvelope
-
Uses of RingBufferEnvelope in org.apache.hadoop.hbase.namequeues
Modifier and TypeFieldDescriptionprivate final com.lmax.disruptor.dsl.Disruptor<RingBufferEnvelope>
NamedQueueRecorder.disruptor
Modifier and TypeMethodDescriptionvoid
DisruptorExceptionHandler.handleEventException
(Throwable e, long sequence, RingBufferEnvelope event) void
LogEventHandler.onEvent
(RingBufferEnvelope event, long sequence, boolean endOfBatch) Called when a publisher has published an event to theRingBuffer
.