Uses of Class
org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxLocal
-
Packages that use GridNearTxLocal Package Description org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed.dht org.apache.ignite.internal.processors.cache.distributed.dht.colocated org.apache.ignite.internal.processors.cache.distributed.near org.apache.ignite.internal.processors.cache.transactions org.apache.ignite.internal.processors.platform.client.tx -
-
Uses of GridNearTxLocal in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return GridNearTxLocal Modifier and Type Method Description GridNearTxLocalIgniteTransactionsEx. txStartEx(GridCacheContext ctx, TransactionConcurrency concurrency, TransactionIsolation isolation)GridNearTxLocalIgniteTransactionsEx. txStartEx(GridCacheContext ctx, TransactionConcurrency concurrency, TransactionIsolation isolation, long timeout, int txSize) -
Uses of GridNearTxLocal in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridNearTxLocal Modifier and Type Method Description @Nullable GridNearTxLocalGridCacheAdapter. tx()Gets transaction started by this thread ornullif this thread does not have a transaction.GridNearTxLocalGridCacheProxyImpl. tx()Gets transaction started by this thread ornullif this thread does not have a transaction.@Nullable GridNearTxLocalIgniteInternalCache. tx()Gets transaction started by this thread ornullif this thread does not have a transaction.GridNearTxLocalGridCacheAdapter. txStartEx(TransactionConcurrency concurrency, TransactionIsolation isolation)GridNearTxLocalGridCacheProxyImpl. txStartEx(TransactionConcurrency concurrency, TransactionIsolation isolation)GridNearTxLocalIgniteInternalCache. txStartEx(TransactionConcurrency concurrency, TransactionIsolation isolation)static GridNearTxLocalGridCacheUtils. txStartInternal(GridCacheContext ctx, IgniteInternalCache prj, TransactionConcurrency concurrency, TransactionIsolation isolation)Methods in org.apache.ignite.internal.processors.cache with parameters of type GridNearTxLocal Modifier and Type Method Description protected <T> IgniteInternalFuture<T>GridCacheAdapter. asyncOp(GridNearTxLocal tx, GridCacheAdapter.AsyncOp<T> op, CacheOperationContext opCtx, boolean retry)IgniteInternalFuture<IgniteInternalTx>GridCacheSharedContext. commitTxAsync(GridNearTxLocal tx)voidGridCacheSharedContext. endTx(GridNearTxLocal tx)IgniteInternalFuture<T>GridCacheAdapter.AsyncOp. op(GridNearTxLocal tx)abstract IgniteInternalFuture<T>GridCacheAdapter.AsyncOp. op(GridNearTxLocal tx, AffinityTopologyVersion readyTopVer)voidGridCacheSharedContext. resumeTx(GridNearTxLocal tx)Resume transaction if it was previously suspended.IgniteInternalFutureGridCacheSharedContext. rollbackTxAsync(GridNearTxLocal tx)voidGridCacheSharedContext. suspendTx(GridNearTxLocal tx)Suspends transaction. -
Uses of GridNearTxLocal in org.apache.ignite.internal.processors.cache.distributed.dht
Constructors in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type GridNearTxLocal Constructor Description GridDhtTxLocal(GridCacheSharedContext cctx, AffinityTopologyVersion topVer, UUID nearNodeId, GridCacheVersion nearXidVer, IgniteUuid nearFutId, int nearMiniId, long nearThreadId, boolean implicit, boolean implicitSingle, boolean sys, boolean explicitLock, byte plc, TransactionConcurrency concurrency, TransactionIsolation isolation, long timeout, boolean invalidate, boolean storeEnabled, boolean onePhaseCommit, int txSize, Map<UUID,Collection<UUID>> txNodes, UUID subjId, int taskNameHash, @Nullable String lb, GridNearTxLocal parentTx) -
Uses of GridNearTxLocal in org.apache.ignite.internal.processors.cache.distributed.dht.colocated
Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.colocated with parameters of type GridNearTxLocal Constructor Description GridDhtColocatedLockFuture(GridCacheContext<?,?> cctx, Collection<KeyCacheObject> keys, @Nullable GridNearTxLocal tx, boolean read, boolean retval, long timeout, long createTtl, long accessTtl, boolean skipStore, boolean keepBinary, boolean recovery) -
Uses of GridNearTxLocal in org.apache.ignite.internal.processors.cache.distributed.near
Fields in org.apache.ignite.internal.processors.cache.distributed.near declared as GridNearTxLocal Modifier and Type Field Description protected GridNearTxLocalGridNearTxPrepareFutureAdapter. txTransaction.Methods in org.apache.ignite.internal.processors.cache.distributed.near that return GridNearTxLocal Modifier and Type Method Description GridNearTxLocalGridNearTxFastFinishFuture. tx()GridNearTxLocalGridNearTxFinishFuture. tx()GridNearTxLocalNearTxFinishFuture. tx() -
Uses of GridNearTxLocal in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions that return GridNearTxLocal Modifier and Type Method Description GridNearTxLocalIgniteTxManager. newTx(boolean implicit, boolean implicitSingle, @Nullable GridCacheContext sysCacheCtx, TransactionConcurrency concurrency, TransactionIsolation isolation, long timeout, boolean storeEnabled, int txSize, @Nullable String lb)GridNearTxLocalIgniteTxManager. threadLocalTx(GridCacheContext cctx)GridNearTxLocalTransactionProxyImpl. tx()GridNearTxLocalIgniteTransactionsImpl. txStartEx(GridCacheContext ctx, TransactionConcurrency concurrency, TransactionIsolation isolation)GridNearTxLocalIgniteTransactionsImpl. txStartEx(GridCacheContext ctx, TransactionConcurrency concurrency, TransactionIsolation isolation, long timeout, int txSize)@Nullable GridNearTxLocalIgniteTxManager. userTx()Methods in org.apache.ignite.internal.processors.cache.transactions with parameters of type GridNearTxLocal Modifier and Type Method Description voidIgniteTxManager. fastFinishTx(GridNearTxLocal tx, boolean commit, boolean clearThreadMap)Fast finish transaction.@Nullable IgniteInternalFuture<IgniteInternalTx>IgniteTxHandler. finish(UUID nodeId, @Nullable GridNearTxLocal locTx, GridNearTxFinishRequest req)IgniteInternalFuture<IgniteInternalTx>IgniteTxHandler. finishColocatedLocal(boolean commit, GridNearTxLocal tx)IgniteInternalFuture<GridNearTxPrepareResponse>IgniteTxHandler. prepareColocatedTx(GridNearTxLocal locTx, GridNearTxPrepareRequest req)Prepares local colocated tx.IgniteInternalFuture<GridNearTxPrepareResponse>IgniteTxHandler. prepareNearTxLocal(GridNearTxLocal originTx, GridNearTxPrepareRequest req)voidIgniteTxManager. resumeTx(GridNearTxLocal tx, long threadId)Resume transaction in current thread.voidIgniteTxAdapter. setParentTx(GridNearTxLocal parentTx)voidIgniteTxManager. suspendTx(GridNearTxLocal tx)Suspends transaction.Constructors in org.apache.ignite.internal.processors.cache.transactions with parameters of type GridNearTxLocal Constructor Description TransactionEventProxyImpl(GridNearTxLocal tx)TransactionProxyImpl(GridNearTxLocal tx, GridCacheSharedContext<K,V> cctx, boolean async)TransactionProxyRollbackOnlyImpl(GridNearTxLocal tx, GridCacheSharedContext<K,V> cctx, boolean async) -
Uses of GridNearTxLocal in org.apache.ignite.internal.processors.platform.client.tx
Methods in org.apache.ignite.internal.processors.platform.client.tx that return GridNearTxLocal Modifier and Type Method Description GridNearTxLocalClientTxContext. tx()Gets transaction.Constructors in org.apache.ignite.internal.processors.platform.client.tx with parameters of type GridNearTxLocal Constructor Description ClientTxContext(int txId, GridNearTxLocal tx)Constructor.
-