Package com.snowflake.connectors.taskreactor.commands.processor.executors
Task reactor command executors.
-
Interface Summary Interface Description CommandExecutor Task Reactor command executor. -
Class Summary Class Description CancelOngoingExecutionsExecutor Executor of theCANCEL_ONGOING_EXECUTIONScommand.PauseInstanceExecutor Executor of thePAUSE_INSTANCEcommand.ResumeInstanceExecutor Executor of theRESUME_INSTANCEcommand.SetWorkersNumberExecutor Executor of theSET_WORKERS_NUMBERcommand.UpdateWarehouseExecutor Executor of theUPDATE_WAREHOUSEcommand. -
Exception Summary Exception Description InvalidCommandException Exception thrown when the particular value of theCommandcannot be found during execution process.