public class SqlKillComputeTaskCommand extends Object implements SqlCommand
| Constructor and Description |
|---|
SqlKillComputeTaskCommand()
Default constructor.
|
SqlKillComputeTaskCommand(IgniteUuid sesId) |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
getSessionId() |
SqlCommand |
parse(SqlLexer lex)
Parse command.
|
String |
schemaName() |
void |
schemaName(String schemaName) |
public SqlKillComputeTaskCommand()
public SqlKillComputeTaskCommand(IgniteUuid sesId)
sesId - Session id.public SqlCommand parse(SqlLexer lex)
parse in interface SqlCommandlex - Lexer.public IgniteUuid getSessionId()
public String schemaName()
schemaName in interface SqlCommandpublic void schemaName(String schemaName)
schemaName in interface SqlCommandschemaName - Schema name.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023