Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxPrepareFuture
-
Packages that use GridDhtTxPrepareFuture Package Description org.apache.ignite.internal.processors.cache.distributed.dht org.apache.ignite.internal.processors.cache.distributed.near -
-
Uses of GridDhtTxPrepareFuture in org.apache.ignite.internal.processors.cache.distributed.dht
Methods in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type GridDhtTxPrepareFuture Modifier and Type Method Description protected IgniteInternalFuture<GridNearTxPrepareResponse>GridDhtTxLocalAdapter. chainOnePhasePrepare(GridDhtTxPrepareFuture prepFut)protected voidGridDhtTxLocal. clearPrepareFuture(GridDhtTxPrepareFuture fut)Removes previously created prepare future from atomic reference.protected abstract voidGridDhtTxLocalAdapter. clearPrepareFuture(GridDhtTxPrepareFuture fut)Removes previously created prepare future from atomic reference. -
Uses of GridDhtTxPrepareFuture in org.apache.ignite.internal.processors.cache.distributed.near
Methods in org.apache.ignite.internal.processors.cache.distributed.near with parameters of type GridDhtTxPrepareFuture Modifier and Type Method Description protected voidGridNearTxLocal. clearPrepareFuture(GridDhtTxPrepareFuture fut)Removes previously created prepare future from atomic reference.
-