Uses of Class
org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareRequest
-
-
Uses of GridNearTxPrepareRequest in org.apache.ignite.internal.processors.cache.distributed.dht
Methods in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type GridNearTxPrepareRequest Modifier and Type Method Description voidGridDhtTxPrepareFuture. prepare(GridNearTxPrepareRequest req)Initializes future.IgniteInternalFuture<GridNearTxPrepareResponse>GridDhtTxLocal. prepareAsync(GridNearTxPrepareRequest req)Prepares next batch of entries in dht transaction. -
Uses of GridNearTxPrepareRequest in org.apache.ignite.internal.processors.cache.distributed.near
Methods in org.apache.ignite.internal.processors.cache.distributed.near with parameters of type GridNearTxPrepareRequest Modifier and Type Method Description IgniteInternalFuture<GridNearTxPrepareResponse>GridNearTxLocal. prepareAsyncLocal(GridNearTxPrepareRequest req)Prepares next batch of entries in dht transaction. -
Uses of GridNearTxPrepareRequest in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions with parameters of type GridNearTxPrepareRequest 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)
-