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
-
-
Constructor Details
-
TestAbortable
private TestAbortable()
-
-
Method Details
-
abort
- Specified by:
abort
in interfaceorg.apache.hadoop.hbase.Abortable
-
isAborted
- Specified by:
isAborted
in interfaceorg.apache.hadoop.hbase.Abortable
-