Uses of Class
org.apache.ignite.internal.processors.query.h2.UpdateResult
-
Packages that use UpdateResult 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 -
-
Uses of UpdateResult in org.apache.ignite.internal.processors.query.h2
Fields in org.apache.ignite.internal.processors.query.h2 declared as UpdateResult Modifier and Type Field Description static UpdateResultUpdateResult. ONEResult to return for operations that affected 1 item - mostly to be used for fast updates and deletes.static UpdateResultUpdateResult. ZEROResult to return for operations that affected 0 items - mostly to be used for fast updates and deletes.Methods in org.apache.ignite.internal.processors.query.h2 that return UpdateResult Modifier and Type Method Description UpdateResultIgniteH2Indexing. executeUpdateOnDataNode(String schemaName, SqlFieldsQuery qry, IndexingQueryFilter filter, GridQueryCancel cancel, boolean loc)Executes DML request on map node. -
Uses of UpdateResult in org.apache.ignite.internal.processors.query.h2.dml
Methods in org.apache.ignite.internal.processors.query.h2.dml that return UpdateResult Modifier and Type Method Description UpdateResultFastUpdate. execute(GridCacheAdapter cache, Object[] args)Perform single cache operation based on given args.UpdateResultUpdatePlan. processFast(Object[] args)Process fast DML operation if possible.static UpdateResultDmlUtils. processSelectResult(UpdatePlan plan, Iterable<List<?>> cursor, int pageSize)Methods in org.apache.ignite.internal.processors.query.h2.dml that return types with arguments of type UpdateResult Modifier and Type Method Description GridFutureAdapter<UpdateResult>DmlDistributedUpdateRun. future()static List<UpdateResult>DmlUtils. processSelectResultBatched(UpdatePlan plan, List<List<List<?>>> rows, int pageSize)Performs the planned update. -
Uses of UpdateResult in org.apache.ignite.internal.processors.query.h2.twostep
Methods in org.apache.ignite.internal.processors.query.h2.twostep that return UpdateResult Modifier and Type Method Description UpdateResultGridReduceQueryExecutor. update(String schemaName, List<Integer> cacheIds, String selectQry, Object[] params, boolean enforceJoinOrder, int pageSize, int timeoutMillis, int[] parts, boolean isReplicatedOnly, GridQueryCancel cancel)
-