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
-
Constructor Summary
-
Method Summary
-
Field Details
-
stopped
-
-
Constructor Details
-
SampleStopper
private SampleStopper()
-
-
Method Details
-
stop
- Specified by:
stop
in interfaceorg.apache.hadoop.hbase.Stoppable
-
isStopped
- Specified by:
isStopped
in interfaceorg.apache.hadoop.hbase.Stoppable
-