Uses of Class
org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse
-
-
Uses of GridNearTxPrepareResponse in org.apache.ignite.internal.processors.cache.distributed.dht
Methods in org.apache.ignite.internal.processors.cache.distributed.dht that return types with arguments of type GridNearTxPrepareResponse Modifier and Type Method Description protected IgniteInternalFuture<GridNearTxPrepareResponse>GridDhtTxLocalAdapter. chainOnePhasePrepare(GridDhtTxPrepareFuture prepFut)IgniteInternalFuture<GridNearTxPrepareResponse>GridDhtTxLocal. prepareAsync(GridNearTxPrepareRequest req)Prepares next batch of entries in dht transaction.Methods in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type GridNearTxPrepareResponse Modifier and Type Method Description booleanGridDhtTxPrepareFuture. onDone(GridNearTxPrepareResponse res0, Throwable err)Callback to notify that future is finished. -
Uses of GridNearTxPrepareResponse in org.apache.ignite.internal.processors.cache.distributed.near
Methods in org.apache.ignite.internal.processors.cache.distributed.near that return types with arguments of type GridNearTxPrepareResponse Modifier and Type Method Description IgniteInternalFuture<GridNearTxPrepareResponse>GridNearTxLocal. prepareAsyncLocal(GridNearTxPrepareRequest req)Prepares next batch of entries in dht transaction.Methods in org.apache.ignite.internal.processors.cache.distributed.near with parameters of type GridNearTxPrepareResponse Modifier and Type Method Description voidGridNearOptimisticSerializableTxPrepareFuture. onResult(UUID nodeId, GridNearTxPrepareResponse res)voidGridNearOptimisticTxPrepareFuture. onResult(UUID nodeId, GridNearTxPrepareResponse res)voidGridNearPessimisticTxPrepareFuture. onResult(UUID nodeId, GridNearTxPrepareResponse res)abstract voidGridNearTxPrepareFutureAdapter. onResult(UUID nodeId, GridNearTxPrepareResponse res) -
Uses of GridNearTxPrepareResponse in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions that return types with arguments of type GridNearTxPrepareResponse Modifier and Type Method Description IgniteInternalFuture<GridNearTxPrepareResponse>IgniteTxHandler. prepareColocatedTx(GridNearTxLocal locTx, GridNearTxPrepareRequest req)Prepares local colocated tx.IgniteInternalFuture<GridNearTxPrepareResponse>IgniteTxHandler. prepareNearTxLocal(GridNearTxLocal originTx, GridNearTxPrepareRequest req)
-