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 Details

    • stopped

      private boolean stopped
  • 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