public static class TestChoreService.ScheduledChoreSamples.DoNothingChore extends ScheduledChore
| Constructor and Description |
|---|
DoNothingChore(String name,
int period) |
DoNothingChore(String name,
Stoppable stopper,
int period) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
chore() |
cancel, cancel, choreForTesting, cleanup, getInitialDelay, getName, getPeriod, getStopper, getTimeUnit, initialChore, isInitialChoreComplete, isScheduled, run, toString, triggerNowpublic DoNothingChore(String name, int period)
public DoNothingChore(String name, Stoppable stopper, int period)
protected void chore()
chore in class ScheduledChoreCopyright © 2007–2019 Cloudera. All rights reserved.