Uses of Class
org.apache.hadoop.hbase.coprocessor.example.row.stats.ringbuffer.RowStatisticsRingBufferEnvelope
Packages that use RowStatisticsRingBufferEnvelope
Package
Description
-
Uses of RowStatisticsRingBufferEnvelope in org.apache.hadoop.hbase.coprocessor.example.row.stats.recorder
Fields in org.apache.hadoop.hbase.coprocessor.example.row.stats.recorder with type parameters of type RowStatisticsRingBufferEnvelopeModifier and TypeFieldDescriptionprivate final com.lmax.disruptor.dsl.Disruptor<RowStatisticsRingBufferEnvelope>
RowStatisticsTableRecorder.disruptor
private final com.lmax.disruptor.RingBuffer<RowStatisticsRingBufferEnvelope>
RowStatisticsTableRecorder.ringBuffer
Methods in org.apache.hadoop.hbase.coprocessor.example.row.stats.recorder that return types with arguments of type RowStatisticsRingBufferEnvelopeModifier and TypeMethodDescriptionprivate static com.lmax.disruptor.dsl.Disruptor<RowStatisticsRingBufferEnvelope>
RowStatisticsTableRecorder.initializeDisruptor
(BufferedMutator bufferedMutator, Counter rowStatisticsPutFailures) Constructor parameters in org.apache.hadoop.hbase.coprocessor.example.row.stats.recorder with type arguments of type RowStatisticsRingBufferEnvelopeModifierConstructorDescriptionprivate
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
Methods in org.apache.hadoop.hbase.coprocessor.example.row.stats.ringbuffer with parameters of type RowStatisticsRingBufferEnvelopeModifier and TypeMethodDescriptionvoid
RowStatisticsDisruptorExceptionHandler.handleEventException
(Throwable e, long sequence, RowStatisticsRingBufferEnvelope event) void
RowStatisticsEventHandler.onEvent
(RowStatisticsRingBufferEnvelope event, long sequence, boolean endOfBatch)