public static class TestChoreService.ScheduledChoreSamples.DoNothingChore extends org.apache.hadoop.hbase.ScheduledChore
| Constructor and Description |
|---|
DoNothingChore(String name,
int period) |
DoNothingChore(String name,
org.apache.hadoop.hbase.Stoppable stopper,
int period) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
chore() |
cancel, cancel, choreForTesting, cleanup, getChoreServicer, getInitialDelay, getName, getPeriod, getStopper, getTimeBetweenRuns, getTimeOfLastRun, getTimeOfThisRun, getTimeUnit, initialChore, isInitialChoreComplete, isScheduled, run, setChoreServicer, toString, triggerNowpublic DoNothingChore(String name, int period)
public DoNothingChore(String name, org.apache.hadoop.hbase.Stoppable stopper, int period)
protected void chore()
chore in class org.apache.hadoop.hbase.ScheduledChoreCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.