Uses of Class
org.apache.hadoop.hbase.namequeues.RingBufferEnvelope
Packages that use RingBufferEnvelope
-
Uses of RingBufferEnvelope in org.apache.hadoop.hbase.namequeues
Fields in org.apache.hadoop.hbase.namequeues with type parameters of type RingBufferEnvelopeModifier and TypeFieldDescriptionprivate final com.lmax.disruptor.dsl.Disruptor<RingBufferEnvelope>
NamedQueueRecorder.disruptor
Methods in org.apache.hadoop.hbase.namequeues with parameters of type RingBufferEnvelopeModifier 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
.