Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver.wal |
Modifier and Type | Field and Description |
---|---|
private com.lmax.disruptor.dsl.Disruptor<RingBufferTruck> |
FSHLog.disruptor
The nexus at which all incoming handlers meet.
|
private com.lmax.disruptor.RingBuffer<RingBufferTruck> |
AsyncFSWAL.waitingConsumePayloads |
Modifier and Type | Method and Description |
---|---|
void |
FSHLog.RingBufferExceptionHandler.handleEventException(Throwable ex,
long sequence,
RingBufferTruck event) |
void |
FSHLog.RingBufferEventHandler.onEvent(RingBufferTruck truck,
long sequence,
boolean endOfBatch) |
Modifier and Type | Method and Description |
---|---|
protected long |
AbstractFSWAL.stampSequenceIdAndPublishToRingBuffer(RegionInfo hri,
WALKeyImpl key,
WALEdit edits,
boolean inMemstore,
com.lmax.disruptor.RingBuffer<RingBufferTruck> ringBuffer) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.