| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query.h2 |
Contains default H2-based indexing SPI implementation.
|
| org.apache.ignite.internal.processors.query.h2.dml |
Contains routines for executing DML statements on top of H2.
|
| org.apache.ignite.internal.processors.query.h2.twostep |
| Modifier and Type | Field and Description |
|---|---|
static UpdateResult |
UpdateResult.ONE
Result to return for operations that affected 1 item - mostly to be used for fast updates and deletes.
|
static UpdateResult |
UpdateResult.ZERO
Result to return for operations that affected 0 items - mostly to be used for fast updates and deletes.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResult |
IgniteH2Indexing.executeUpdateOnDataNode(String schemaName,
SqlFieldsQuery qry,
IndexingQueryFilter filter,
GridQueryCancel cancel,
boolean loc)
Executes DML request on map node.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResult |
FastUpdate.execute(GridCacheAdapter cache,
Object[] args)
Perform single cache operation based on given args.
|
UpdateResult |
UpdatePlan.processFast(Object[] args)
Process fast DML operation if possible.
|
static UpdateResult |
DmlUtils.processSelectResult(UpdatePlan plan,
Iterable<List<?>> cursor,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
GridFutureAdapter<UpdateResult> |
DmlDistributedUpdateRun.future() |
static List<UpdateResult> |
DmlUtils.processSelectResultBatched(UpdatePlan plan,
List<List<List<?>>> rows,
int pageSize)
Performs the planned update.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResult |
GridReduceQueryExecutor.update(String schemaName,
List<Integer> cacheIds,
String selectQry,
Object[] params,
boolean enforceJoinOrder,
int pageSize,
int timeoutMillis,
int[] parts,
boolean isReplicatedOnly,
GridQueryCancel cancel) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025