Package org.apache.hadoop.hbase.client
Interface BufferedMutator.ExceptionListener
- Enclosing interface:
- BufferedMutator
Listens for asynchronous exceptions on a
BufferedMutator
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onException
(RetriesExhaustedWithDetailsException exception, BufferedMutator mutator)
-
Method Details
-
onException
void onException(RetriesExhaustedWithDetailsException exception, BufferedMutator mutator) throws RetriesExhaustedWithDetailsException
-