Interface CommandsProcessor
-
- All Known Implementing Classes:
DefaultCommandsProcessor
public interface CommandsProcessorTask Reactor Commands Processor mechanism that processes commands added to the commands queue.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DefaultCommandsProcessorgetInstance(Session session, Identifier instanceName)Returns a new instance of theDefaultCommandsProcessorthat is used by the Task Reactor.voidprocessCommands()Processes commands from theCOMMANDS_QUEUEtable.
-
-
-
Method Detail
-
processCommands
void processCommands()
Processes commands from theCOMMANDS_QUEUEtable.
-
getInstance
static DefaultCommandsProcessor getInstance(Session session, Identifier instanceName)
Returns a new instance of theDefaultCommandsProcessorthat is used by the Task Reactor.- Parameters:
session- Snowpark session objectinstanceName- task reactor instance schema name- Returns:
- default, used by the task reactor implementation of the
CommandsProcessor
-
-