Class TestRegionsRecoveryChore.StoppableImplementation

java.lang.Object
org.apache.hadoop.hbase.master.TestRegionsRecoveryChore.StoppableImplementation
All Implemented Interfaces:
org.apache.hadoop.hbase.Stoppable
Enclosing class:
TestRegionsRecoveryChore

private static class TestRegionsRecoveryChore.StoppableImplementation extends Object implements org.apache.hadoop.hbase.Stoppable
Simple helper class that just keeps track of whether or not its stopped.
  • Field Details

    • stop

      private volatile boolean stop
  • Constructor Details

  • Method Details

    • stop

      public void stop(String why)
      Specified by:
      stop in interface org.apache.hadoop.hbase.Stoppable
    • isStopped

      public boolean isStopped()
      Specified by:
      isStopped in interface org.apache.hadoop.hbase.Stoppable