| Modifier and Type | Method and Description |
|---|---|
protected IgniteInternalFuture<GridNearTxPrepareResponse> |
GridDhtTxLocalAdapter.chainOnePhasePrepare(GridDhtTxPrepareFuture prepFut) |
IgniteInternalFuture<GridNearTxPrepareResponse> |
GridDhtTxLocal.prepareAsync(Collection<IgniteTxEntry> reads,
Collection<IgniteTxEntry> writes,
Map<IgniteTxKey,GridCacheVersion> verMap,
long msgId,
int nearMiniId,
Map<UUID,Collection<UUID>> txNodes,
boolean last)
Prepares next batch of entries in dht transaction.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridDhtTxPrepareFuture.onDone(GridNearTxPrepareResponse res0,
Throwable err)
Callback to notify that future is finished.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<GridNearTxPrepareResponse> |
GridNearTxLocal.prepareAsyncLocal(Collection<IgniteTxEntry> reads,
Collection<IgniteTxEntry> writes,
Map<UUID,Collection<UUID>> txNodes,
boolean last)
Prepares next batch of entries in dht transaction.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
GridNearTxPrepareFutureAdapter.onResult(UUID nodeId,
GridNearTxPrepareResponse res) |
void |
GridNearOptimisticSerializableTxPrepareFuture.onResult(UUID nodeId,
GridNearTxPrepareResponse res) |
void |
GridNearOptimisticTxPrepareFuture.onResult(UUID nodeId,
GridNearTxPrepareResponse res) |
void |
GridNearPessimisticTxPrepareFuture.onResult(UUID nodeId,
GridNearTxPrepareResponse res) |
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<GridNearTxPrepareResponse> |
IgniteTxHandler.prepareColocatedTx(GridNearTxLocal locTx,
GridNearTxPrepareRequest req)
Prepares local colocated tx.
|
IgniteInternalFuture<GridNearTxPrepareResponse> |
IgniteTxHandler.prepareNearTx(UUID nearNodeId,
GridNearTxPrepareRequest req,
boolean locReq) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017