public interface ResultSetEnlistFuture
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResultSetEnlistFuture.ResultSetUpdateSourceIteratorWrapper |
| Modifier and Type | Method and Description |
|---|---|
static <any> |
createIterator(ResultSet rs) |
static ResultSetEnlistFuture |
future(UUID nearNodeId,
GridCacheVersion nearLockVer,
MvccSnapshot mvccSnapshot,
long threadId,
IgniteUuid nearFutId,
int nearMiniId,
int[] parts,
GridDhtTxLocalAdapter tx,
long timeout,
<any> cctx,
ResultSet rs) |
void |
init() |
static <any> createIterator(ResultSet rs)
rs - Result set.void init()
static ResultSetEnlistFuture future(UUID nearNodeId, GridCacheVersion nearLockVer, MvccSnapshot mvccSnapshot, long threadId, IgniteUuid nearFutId, int nearMiniId, int[] parts, GridDhtTxLocalAdapter tx, long timeout, <any> cctx, ResultSet rs)
nearNodeId - Near node ID.nearLockVer - Near lock version.mvccSnapshot - Mvcc snapshot.threadId - Thread ID.nearFutId - Near future id.nearMiniId - Near mini future id.parts - Partitions.tx - Transaction.timeout - Lock acquisition timeout.cctx - Cache context.rs - Result set to process.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2-p3 Release Date : April 25 2019