public class SqlKillQueryCommand extends Object implements SqlCommand
| Constructor and Description |
|---|
SqlKillQueryCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
async() |
UUID |
nodeId() |
long |
nodeQueryId() |
SqlCommand |
parse(SqlLexer lex)
Parse command.
|
static T2<UUID,Long> |
parseGlobalQueryId(String globalQryId)
Parse global SQL query id.
|
String |
schemaName() |
void |
schemaName(String schemaName) |
public SqlCommand parse(SqlLexer lex)
parse in interface SqlCommandlex - Lexer.public String schemaName()
schemaName in interface SqlCommandpublic void schemaName(String schemaName)
schemaName in interface SqlCommandschemaName - Schema name.public static T2<UUID,Long> parseGlobalQueryId(String globalQryId)
globalQryId - Global query id.null if parse failed.public long nodeQueryId()
public UUID nodeId()
public boolean async()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021