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.SupplementalCommand
public AdminCommand getCommand()
getCommand
in interface SupplementalCommandExecutor.SupplementalCommand
public boolean toBeExecutedBefore()
toBeExecutedBefore
in interface SupplementalCommandExecutor.SupplementalCommand
public boolean toBeExecutedAfter()
toBeExecutedAfter
in interface SupplementalCommandExecutor.SupplementalCommand
public boolean toBeExecutedAfterReplication()
toBeExecutedAfterReplication
in interface SupplementalCommandExecutor.SupplementalCommand
public FailurePolicy onFailure()
onFailure
in interface SupplementalCommandExecutor.SupplementalCommand
public List<RuntimeType> whereToRun()
whereToRun
in interface SupplementalCommandExecutor.SupplementalCommand
public ProgressStatus getProgressStatus()
getProgressStatus
in interface SupplementalCommandExecutor.SupplementalCommand
public void setProgressStatus(ProgressStatus progressStatus)
setProgressStatus
in interface SupplementalCommandExecutor.SupplementalCommand
public Progress getProgressAnnotation()
getProgressAnnotation
in interface SupplementalCommandExecutor.SupplementalCommand
Copyright © 2018. All rights reserved.