Package org.apache.hadoop.hbase
Class TestNodeHealthCheckChore.StoppableImplementation
java.lang.Object
org.apache.hadoop.hbase.TestNodeHealthCheckChore.StoppableImplementation
- All Implemented Interfaces:
org.apache.hadoop.hbase.Stoppable
- Enclosing class:
- TestNodeHealthCheckChore
private static class TestNodeHealthCheckChore.StoppableImplementation
extends Object
implements org.apache.hadoop.hbase.Stoppable
Simple helper class that just keeps track of whether or not its stopped.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
stop
-
-
Constructor Details
-
StoppableImplementation
private StoppableImplementation()
-
-
Method Details
-
stop
- Specified by:
stop
in interfaceorg.apache.hadoop.hbase.Stoppable
-
isStopped
- Specified by:
isStopped
in interfaceorg.apache.hadoop.hbase.Stoppable
-