public class SupplementalCommandExecutorImpl.SupplementalCommandImpl extends Object implements SupplementalCommandExecutor.SupplementalCommand
| Modifier and Type | Method and Description |
|---|---|
void |
execute(AdminCommandContext ctxt) |
AdminCommand |
getCommand() |
Progress |
getProgressAnnotation() |
ProgressStatus |
getProgressStatus() |
FailurePolicy |
onFailure() |
void |
setProgressStatus(ProgressStatus progressStatus) |
boolean |
toBeExecutedAfter() |
boolean |
toBeExecutedAfterReplication() |
boolean |
toBeExecutedBefore() |
List<RuntimeType> |
whereToRun() |
public void execute(AdminCommandContext ctxt)
execute in interface SupplementalCommandExecutor.SupplementalCommandpublic AdminCommand getCommand()
getCommand in interface SupplementalCommandExecutor.SupplementalCommandpublic boolean toBeExecutedBefore()
toBeExecutedBefore in interface SupplementalCommandExecutor.SupplementalCommandpublic boolean toBeExecutedAfter()
toBeExecutedAfter in interface SupplementalCommandExecutor.SupplementalCommandpublic boolean toBeExecutedAfterReplication()
toBeExecutedAfterReplication in interface SupplementalCommandExecutor.SupplementalCommandpublic FailurePolicy onFailure()
onFailure in interface SupplementalCommandExecutor.SupplementalCommandpublic List<RuntimeType> whereToRun()
whereToRun in interface SupplementalCommandExecutor.SupplementalCommandpublic ProgressStatus getProgressStatus()
getProgressStatus in interface SupplementalCommandExecutor.SupplementalCommandpublic void setProgressStatus(ProgressStatus progressStatus)
setProgressStatus in interface SupplementalCommandExecutor.SupplementalCommandpublic Progress getProgressAnnotation()
getProgressAnnotation in interface SupplementalCommandExecutor.SupplementalCommandCopyright © 2019. All rights reserved.