private static class TestChoreService.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, getChoreService, getInitialDelay, getName, getPeriod, getStopper, getTimeBetweenRuns, getTimeOfLastRun, getTimeOfThisRun, getTimeUnit, initialChore, isInitialChoreComplete, isScheduled, run, setChoreService, shutdown, shutdown, toString, triggerNow
public 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.ScheduledChore
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.