Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxLocalAdapter
-
Packages that use GridDhtTxLocalAdapter Package Description org.apache.ignite.internal.processors.cache.distributed.dht org.apache.ignite.internal.processors.cache.distributed.near -
-
Uses of GridDhtTxLocalAdapter in org.apache.ignite.internal.processors.cache.distributed.dht
Subclasses of GridDhtTxLocalAdapter in org.apache.ignite.internal.processors.cache.distributed.dht Modifier and Type Class Description classGridDhtTxLocalReplicated user transaction.Methods in org.apache.ignite.internal.processors.cache.distributed.dht that return GridDhtTxLocalAdapter Modifier and Type Method Description GridDhtTxLocalAdapterGridDhtTxFinishFuture. tx()GridDhtTxLocalAdapterGridDhtTxPrepareFuture. tx()Constructors in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type GridDhtTxLocalAdapter Constructor Description GridDhtLockFuture(GridCacheContext<?,?> cctx, UUID nearNodeId, GridCacheVersion nearLockVer, @NotNull AffinityTopologyVersion topVer, int cnt, boolean read, boolean needReturnVal, long timeout, GridDhtTxLocalAdapter tx, long threadId, long createTtl, long accessTtl, boolean skipStore, boolean keepBinary)GridDhtTxFinishFuture(GridCacheSharedContext<K,V> cctx, GridDhtTxLocalAdapter tx, boolean commit)GridDhtTxPrepareFuture(GridCacheSharedContext cctx, GridDhtTxLocalAdapter tx, long timeout, int nearMiniId, Map<IgniteTxKey,GridCacheVersion> dhtVerMap, boolean last, boolean retVal)GridDhtTxPrepareRequest(IgniteUuid futId, int miniId, AffinityTopologyVersion topVer, GridDhtTxLocalAdapter tx, long timeout, Collection<IgniteTxEntry> dhtWrites, Collection<IgniteTxEntry> nearWrites, Map<UUID,Collection<UUID>> txNodes, GridCacheVersion nearXidVer, boolean last, boolean onePhaseCommit, int taskNameHash, boolean addDepInfo, boolean storeWriteThrough, boolean retVal, Collection<PartitionUpdateCountersMessage> updCntrs) -
Uses of GridDhtTxLocalAdapter in org.apache.ignite.internal.processors.cache.distributed.near
Subclasses of GridDhtTxLocalAdapter in org.apache.ignite.internal.processors.cache.distributed.near Modifier and Type Class Description classGridNearTxLocalReplicated user transaction.
-