Class RowStatisticsDisruptorExceptionHandler
java.lang.Object
org.apache.hadoop.hbase.coprocessor.example.row.stats.ringbuffer.RowStatisticsDisruptorExceptionHandler
- All Implemented Interfaces:
com.lmax.disruptor.ExceptionHandler<RowStatisticsRingBufferEnvelope>
@Private
public class RowStatisticsDisruptorExceptionHandler
extends Object
implements com.lmax.disruptor.ExceptionHandler<RowStatisticsRingBufferEnvelope>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEventException
(Throwable e, long sequence, RowStatisticsRingBufferEnvelope event) void
void
-
Field Details
-
LOG
-
-
Constructor Details
-
RowStatisticsDisruptorExceptionHandler
-
-
Method Details
-
handleEventException
- Specified by:
handleEventException
in interfacecom.lmax.disruptor.ExceptionHandler<RowStatisticsRingBufferEnvelope>
-
handleOnStartException
- Specified by:
handleOnStartException
in interfacecom.lmax.disruptor.ExceptionHandler<RowStatisticsRingBufferEnvelope>
-
handleOnShutdownException
- Specified by:
handleOnShutdownException
in interfacecom.lmax.disruptor.ExceptionHandler<RowStatisticsRingBufferEnvelope>
-