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
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
stop
 
 - 
 - 
Constructor Details
- 
StoppableImplementation
private StoppableImplementation() 
 - 
 - 
Method Details
- 
stop
- Specified by:
 stopin interfaceorg.apache.hadoop.hbase.Stoppable
 - 
isStopped
- Specified by:
 isStoppedin interfaceorg.apache.hadoop.hbase.Stoppable
 
 -