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.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEventException
(Throwable ex, long sequence, RingBufferTruck event) void
void
-
Constructor Details
-
RingBufferExceptionHandler
-
-
Method Details
-
handleEventException
- Specified by:
handleEventException
in interfacecom.lmax.disruptor.ExceptionHandler<RingBufferTruck>
-
handleOnStartException
- Specified by:
handleOnStartException
in interfacecom.lmax.disruptor.ExceptionHandler<RingBufferTruck>
-
handleOnShutdownException
- Specified by:
handleOnShutdownException
in interfacecom.lmax.disruptor.ExceptionHandler<RingBufferTruck>
-