Class TestChoreService.DoNothingChore

java.lang.Object
org.apache.hadoop.hbase.ScheduledChore
org.apache.hadoop.hbase.TestChoreService.DoNothingChore
All Implemented Interfaces:
Runnable
Enclosing class:
TestChoreService

private static class TestChoreService.DoNothingChore extends org.apache.hadoop.hbase.ScheduledChore
Lightweight ScheduledChore used primarily to fill the scheduling queue in tests
  • Constructor Summary

    Constructors
    Constructor
    Description
    DoNothingChore(String name, int period)
     
    DoNothingChore(String name, org.apache.hadoop.hbase.Stoppable stopper, int period)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class org.apache.hadoop.hbase.ScheduledChore

    cancel, cancel, choreForTesting, cleanup, getChoreService, getInitialDelay, getName, getPeriod, getStopper, getTimeBetweenRuns, getTimeOfLastRun, getTimeOfThisRun, getTimeUnit, initialChore, isInitialChoreComplete, isScheduled, run, setChoreService, shutdown, shutdown, toString, triggerNow

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • chore

      protected void chore()
      Specified by:
      chore in class org.apache.hadoop.hbase.ScheduledChore