Class TestBufferedMutatorParams.MockExceptionListener

java.lang.Object
org.apache.hadoop.hbase.client.TestBufferedMutatorParams.MockExceptionListener
All Implemented Interfaces:
org.apache.hadoop.hbase.client.BufferedMutator.ExceptionListener
Enclosing class:
TestBufferedMutatorParams

private static class TestBufferedMutatorParams.MockExceptionListener extends Object implements org.apache.hadoop.hbase.client.BufferedMutator.ExceptionListener
Just to create an instance, this doesn't actually function.
  • Constructor Details

  • Method Details

    • onException

      public void onException(org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException exception, org.apache.hadoop.hbase.client.BufferedMutator mutator) throws org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
      Specified by:
      onException in interface org.apache.hadoop.hbase.client.BufferedMutator.ExceptionListener
      Throws:
      org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException