public class SqlSetStreamingCommand extends Object implements SqlCommand
| Constructor and Description |
|---|
SqlSetStreamingCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowOverwrite() |
int |
batchSize() |
long |
flushFrequency() |
boolean |
isOrdered() |
boolean |
isTurnOn() |
SqlCommand |
parse(SqlLexer lex)
Parse command.
|
int |
perNodeBufferSize() |
int |
perNodeParallelOperations() |
String |
schemaName() |
void |
schemaName(String schemaName) |
public SqlCommand parse(SqlLexer lex)
parse in interface SqlCommandlex - Lexer.public boolean isTurnOn()
public boolean allowOverwrite()
public int batchSize()
public int perNodeParallelOperations()
public int perNodeBufferSize()
public long flushFrequency()
public boolean isOrdered()
true if the streamer keep the order of the statements. Otherwise returns false.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.8.0 Release Date : February 27 2020