@InterfaceAudience.Private @InterfaceStability.Evolving public class HbckChore extends ScheduledChore
| Constructor and Description |
|---|
HbckChore(MasterServices master) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
chore() |
HbckReport |
getLastReport()
Returns Returns last published Report that comes of last successful execution of this chore.
|
boolean |
isDisabled() |
boolean |
isRunning()
When running, the HBCK report may be changed later.
|
boolean |
runChore()
Request execution of this chore's action.
|
cancel, cancel, choreForTesting, cleanup, getInitialDelay, getName, getPeriod, getStopper, getTimeUnit, initialChore, isInitialChoreComplete, isScheduled, run, shutdown, shutdown, toString, triggerNowpublic HbckChore(MasterServices master)
public HbckReport getLastReport()
protected void chore()
chore in class ScheduledChorepublic boolean runChore()
true if the chore was executed, false if the chore is disabled or
already running.public boolean isDisabled()
public boolean isRunning()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.