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