Uses of Class
org.apache.hadoop.hbase.coprocessor.example.row.stats.ringbuffer.RowStatisticsRingBufferEnvelope
Package
Description
-
Uses of RowStatisticsRingBufferEnvelope in org.apache.hadoop.hbase.coprocessor.example.row.stats.recorder
Modifier and TypeFieldDescriptionprivate final com.lmax.disruptor.dsl.Disruptor<RowStatisticsRingBufferEnvelope>
RowStatisticsTableRecorder.disruptor
private final com.lmax.disruptor.RingBuffer<RowStatisticsRingBufferEnvelope>
RowStatisticsTableRecorder.ringBuffer
Modifier and TypeMethodDescriptionprivate static com.lmax.disruptor.dsl.Disruptor<RowStatisticsRingBufferEnvelope>
RowStatisticsTableRecorder.initializeDisruptor
(BufferedMutator bufferedMutator, Counter rowStatisticsPutFailures) ModifierConstructorDescriptionprivate
RowStatisticsTableRecorder
(BufferedMutator bufferedMutator, com.lmax.disruptor.dsl.Disruptor<RowStatisticsRingBufferEnvelope> disruptor, Counter rowStatisticsDropped) -
Uses of RowStatisticsRingBufferEnvelope in org.apache.hadoop.hbase.coprocessor.example.row.stats.ringbuffer
Modifier and TypeMethodDescriptionvoid
RowStatisticsDisruptorExceptionHandler.handleEventException
(Throwable e, long sequence, RowStatisticsRingBufferEnvelope event) void
RowStatisticsEventHandler.onEvent
(RowStatisticsRingBufferEnvelope event, long sequence, boolean endOfBatch)