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.disruptorprivate final com.lmax.disruptor.RingBuffer<RowStatisticsRingBufferEnvelope>RowStatisticsTableRecorder.ringBufferMethods 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 RowStatisticsRingBufferEnvelopeModifierConstructorDescriptionprivateRowStatisticsTableRecorder(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 TypeMethodDescriptionvoidRowStatisticsDisruptorExceptionHandler.handleEventException(Throwable e, long sequence, RowStatisticsRingBufferEnvelope event) voidRowStatisticsEventHandler.onEvent(RowStatisticsRingBufferEnvelope event, long sequence, boolean endOfBatch)