Class TestSnapshotCleanerChore.StoppableImplementation
java.lang.Object
org.apache.hadoop.hbase.master.cleaner.TestSnapshotCleanerChore.StoppableImplementation
- All Implemented Interfaces:
org.apache.hadoop.hbase.Stoppable
- Enclosing class:
- TestSnapshotCleanerChore
private static class TestSnapshotCleanerChore.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
-