Package org.apache.hadoop.hbase
Class TestChoreService.DoNothingChore
java.lang.Object
org.apache.hadoop.hbase.ScheduledChore
org.apache.hadoop.hbase.TestChoreService.DoNothingChore
- All Implemented Interfaces:
Runnable
- Enclosing class:
- TestChoreService
Lightweight ScheduledChore used primarily to fill the scheduling queue in tests
-
Constructor Summary
ConstructorDescriptionDoNothingChore
(String name, int period) DoNothingChore
(String name, org.apache.hadoop.hbase.Stoppable stopper, int period) -
Method Summary
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
-
Constructor Details
-
DoNothingChore
-
DoNothingChore
-
-
Method Details
-
chore
- Specified by:
chore
in classorg.apache.hadoop.hbase.ScheduledChore
-