Class FSHLog.RingBufferExceptionHandler

java.lang.Object
org.apache.hadoop.hbase.regionserver.wal.FSHLog.RingBufferExceptionHandler
All Implemented Interfaces:
com.lmax.disruptor.ExceptionHandler<RingBufferTruck>
Enclosing class:
FSHLog

static class FSHLog.RingBufferExceptionHandler extends Object implements com.lmax.disruptor.ExceptionHandler<RingBufferTruck>
Exception handler to pass the disruptor ringbuffer. Same as native implementation only it logs using our logger instead of java native logger.