Class SetWorkersNumberExecutor
- java.lang.Object
-
- com.snowflake.connectors.taskreactor.commands.processor.executors.SetWorkersNumberExecutor
-
- All Implemented Interfaces:
CommandExecutor
public class SetWorkersNumberExecutor extends Object implements CommandExecutor
Executor of theSET_WORKERS_NUMBERcommand.
-
-
Constructor Summary
Constructors Constructor Description SetWorkersNumberExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Command command)Executes the logic required by the command passed as an argument.
-
-
-
Method Detail
-
execute
public void execute(Command command)
Description copied from interface:CommandExecutorExecutes the logic required by the command passed as an argument.- Specified by:
executein interfaceCommandExecutor- Parameters:
command- command to be executed
-
-