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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidhandleEventException(Throwable e, long sequence, RingBufferEnvelope event) voidvoid
- 
Field Details- 
LOG
 
- 
- 
Constructor Details- 
DisruptorExceptionHandler
 
- 
- 
Method Details- 
handleEventException- Specified by:
- handleEventExceptionin interface- com.lmax.disruptor.ExceptionHandler<RingBufferEnvelope>
 
- 
handleOnStartException- Specified by:
- handleOnStartExceptionin interface- com.lmax.disruptor.ExceptionHandler<RingBufferEnvelope>
 
- 
handleOnShutdownException- Specified by:
- handleOnShutdownExceptionin interface- com.lmax.disruptor.ExceptionHandler<RingBufferEnvelope>
 
 
-