Interface SupplementalCommandExecutor.SupplementalCommand

Enclosing interface:
SupplementalCommandExecutor

public static interface SupplementalCommandExecutor.SupplementalCommand
  • Method Details

    • execute

      void execute(AdminCommandContext ctxt)
    • getCommand

      AdminCommand getCommand()
    • toBeExecutedBefore

      boolean toBeExecutedBefore()
    • toBeExecutedAfter

      boolean toBeExecutedAfter()
    • toBeExecutedAfterReplication

      boolean toBeExecutedAfterReplication()
    • onFailure

      FailurePolicy onFailure()
    • whereToRun

      List<RuntimeType> whereToRun()
    • getProgressStatus

      ProgressStatus getProgressStatus()
    • setProgressStatus

      void setProgressStatus(ProgressStatus progressStatus)
    • getProgressAnnotation

      Progress getProgressAnnotation()