Class TestCoprocessorHost.TestAbortable

java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestCoprocessorHost.TestAbortable
All Implemented Interfaces:
org.apache.hadoop.hbase.Abortable
Enclosing class:
TestCoprocessorHost

private static class TestCoprocessorHost.TestAbortable extends Object implements org.apache.hadoop.hbase.Abortable
An Abortable implementation for tests.
  • Field Details

    • aborted

      private volatile boolean aborted
  • Constructor Details

  • Method Details

    • abort

      public void abort(String why, Throwable e)
      Specified by:
      abort in interface org.apache.hadoop.hbase.Abortable
    • isAborted

      public boolean isAborted()
      Specified by:
      isAborted in interface org.apache.hadoop.hbase.Abortable