Uses of Class
org.apache.hadoop.hbase.regionserver.wal.RingBufferTruck
Packages that use RingBufferTruck
-
Uses of RingBufferTruck in org.apache.hadoop.hbase.regionserver.wal
Fields in org.apache.hadoop.hbase.regionserver.wal with type parameters of type RingBufferTruckModifier and TypeFieldDescriptionprivate final com.lmax.disruptor.dsl.Disruptor<RingBufferTruck>FSHLog.disruptorThe nexus at which all incoming handlers meet.private final com.lmax.disruptor.RingBuffer<RingBufferTruck>AsyncFSWAL.waitingConsumePayloadsMethods in org.apache.hadoop.hbase.regionserver.wal with parameters of type RingBufferTruckModifier and TypeMethodDescriptionvoidFSHLog.RingBufferExceptionHandler.handleEventException(Throwable ex, long sequence, RingBufferTruck event) voidFSHLog.RingBufferEventHandler.onEvent(RingBufferTruck truck, long sequence, boolean endOfBatch) Method parameters in org.apache.hadoop.hbase.regionserver.wal with type arguments of type RingBufferTruckModifier and TypeMethodDescriptionprotected final longAbstractFSWAL.stampSequenceIdAndPublishToRingBuffer(RegionInfo hri, WALKeyImpl key, WALEdit edits, boolean inMemstore, com.lmax.disruptor.RingBuffer<RingBufferTruck> ringBuffer)