Package org.apache.hadoop.hbase
Class TestChoreService.SampleStopper
java.lang.Object
org.apache.hadoop.hbase.TestChoreService.SampleStopper
- All Implemented Interfaces:
 org.apache.hadoop.hbase.Stoppable
- Enclosing class:
 - TestChoreService
 
private static class TestChoreService.SampleStopper
extends Object
implements org.apache.hadoop.hbase.Stoppable
Straight forward stopper implementation that is used by default when one is not provided
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
stopped
 
 - 
 - 
Constructor Details
- 
SampleStopper
private SampleStopper() 
 - 
 - 
Method Details
- 
stop
- Specified by:
 stopin interfaceorg.apache.hadoop.hbase.Stoppable
 - 
isStopped
- Specified by:
 isStoppedin interfaceorg.apache.hadoop.hbase.Stoppable
 
 -