| 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,
IgniteUuid 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 |
|---|---|
protected void |
GridNearTxPrepareFutureAdapter.onPrepareResponse(GridDistributedTxMapping m,
GridNearTxPrepareResponse res) |
void |
GridNearPessimisticTxPrepareFuture.onResult(UUID nodeId,
GridNearTxPrepareResponse res) |
void |
GridNearOptimisticSerializableTxPrepareFuture.onResult(UUID nodeId,
GridNearTxPrepareResponse res) |
void |
GridNearOptimisticTxPrepareFuture.onResult(UUID nodeId,
GridNearTxPrepareResponse res) |
abstract void |
GridNearTxPrepareFutureAdapter.onResult(UUID nodeId,
GridNearTxPrepareResponse res) |
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<GridNearTxPrepareResponse> |
IgniteTxHandler.prepareTx(UUID nearNodeId,
GridNearTxLocal locTx,
GridNearTxPrepareRequest req) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.6.0 Release Date : May 18 2016