| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtTxEnlistFuture
Future processing transaction enlisting and locking of entries produces by cache API operations.
|
class |
GridDhtTxQueryResultsEnlistFuture
Future processing transaction enlisting and locking of entries
produces by complex DML queries with reduce step.
|
| Modifier and Type | Method and Description |
|---|---|
protected UpdateSourceIterator<?> |
GridDhtTxQueryEnlistFuture.createIterator()
Gets source to be updated iterator.
|
protected UpdateSourceIterator<?> |
GridDhtTxQueryResultsEnlistFuture.createIterator()
Gets source to be updated iterator.
|
protected abstract UpdateSourceIterator<?> |
GridDhtTxAbstractEnlistFuture.createIterator()
Gets source to be updated iterator.
|
protected UpdateSourceIterator<?> |
GridDhtTxEnlistFuture.createIterator()
Gets source to be updated iterator.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<Long> |
GridNearTxLocal.updateAsync(GridCacheContext cacheCtx,
UpdateSourceIterator<?> it,
int pageSize,
long timeout,
boolean sequential) |
| Constructor and Description |
|---|
GridNearTxEnlistFuture(GridCacheContext<?,?> cctx,
GridNearTxLocal tx,
long timeout,
UpdateSourceIterator<?> it,
int batchSize,
boolean sequential,
@Nullable CacheEntryPredicate filter,
boolean needRes,
boolean keepBinary) |
GridNearTxQueryResultsEnlistFuture(GridCacheContext<?,?> cctx,
GridNearTxLocal tx,
long timeout,
UpdateSourceIterator<?> it,
int batchSize,
boolean sequential) |
| Modifier and Type | Method and Description |
|---|---|
UpdateSourceIterator<?> |
GridQueryIndexing.executeUpdateOnDataNodeTransactional(GridCacheContext<?,?> cctx,
int[] ids,
int[] parts,
String schema,
String qry,
Object[] params,
int flags,
int pageSize,
int timeout,
AffinityTopologyVersion topVer,
MvccSnapshot mvccSnapshot,
GridQueryCancel cancel) |
UpdateSourceIterator<?> |
GridQueryProcessor.executeUpdateOnDataNodeTransactional(GridCacheContext<?,?> cctx,
int[] cacheIds,
int[] parts,
String schema,
String qry,
Object[] params,
int flags,
int pageSize,
int timeout,
AffinityTopologyVersion topVer,
MvccSnapshot mvccSnapshot,
GridQueryCancel cancel)
Execute update on DHT node (i.e. when it is possible to execute and update on all nodes independently).
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020