Class DisruptorExceptionHandler
java.lang.Object
org.apache.hadoop.hbase.namequeues.DisruptorExceptionHandler
- All Implemented Interfaces:
com.lmax.disruptor.ExceptionHandler<RingBufferEnvelope>
@Private
class DisruptorExceptionHandler
extends Object
implements com.lmax.disruptor.ExceptionHandler<RingBufferEnvelope>
Exception Handler for Online Slow Log Ring Buffer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEventException
(Throwable e, long sequence, RingBufferEnvelope event) void
void
-
Field Details
-
LOG
-
-
Constructor Details
-
DisruptorExceptionHandler
-
-
Method Details
-
handleEventException
- Specified by:
handleEventException
in interfacecom.lmax.disruptor.ExceptionHandler<RingBufferEnvelope>
-
handleOnStartException
- Specified by:
handleOnStartException
in interfacecom.lmax.disruptor.ExceptionHandler<RingBufferEnvelope>
-
handleOnShutdownException
- Specified by:
handleOnShutdownException
in interfacecom.lmax.disruptor.ExceptionHandler<RingBufferEnvelope>
-