public class DmlStatementsProcessor extends Object
| Constructor and Description |
|---|
DmlStatementsProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCacheStop(String cacheName)
Handle cache stop.
|
FieldsQueryCursor<List<?>> |
processBulkLoadCommand(SqlBulkLoadCommand cmd)
Process bulk load COPY command.
|
FieldsQueryCursor<List<?>> |
runNativeDmlStatement(String sql,
SqlCommand cmd)
Runs a DML statement for which we have internal command executor.
|
void |
start(GridKernalContext ctx,
IgniteH2Indexing idx)
Constructor.
|
public void start(GridKernalContext ctx, IgniteH2Indexing idx)
ctx - Kernal context.idx - indexing.public void onCacheStop(String cacheName)
cacheName - Cache name.public FieldsQueryCursor<List<?>> runNativeDmlStatement(String sql, SqlCommand cmd)
sql - The SQL command text to execute.cmd - The command to execute.IgniteSQLException - If failed.public FieldsQueryCursor<List<?>> processBulkLoadCommand(SqlBulkLoadCommand cmd) throws IgniteCheckedException
cmd - The command.IgniteCheckedException - If something failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018