Uses of Interface
org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalEx
-
Packages that use IgniteTxLocalEx Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed org.apache.ignite.internal.processors.cache.distributed.dht org.apache.ignite.internal.processors.cache.distributed.dht.atomic org.apache.ignite.internal.processors.cache.distributed.dht.colocated org.apache.ignite.internal.processors.cache.distributed.near org.apache.ignite.internal.processors.cache.transactions -
-
Uses of IgniteTxLocalEx in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type IgniteTxLocalEx Modifier and Type Method Description abstract IgniteInternalFuture<Boolean>GridCacheAdapter. txLockAsync(Collection<KeyCacheObject> keys, long timeout, IgniteTxLocalEx tx, boolean isRead, boolean retval, TransactionIsolation isolation, boolean invalidate, long createTtl, long accessTtl) -
Uses of IgniteTxLocalEx in org.apache.ignite.internal.processors.cache.distributed
Methods in org.apache.ignite.internal.processors.cache.distributed with parameters of type IgniteTxLocalEx Modifier and Type Method Description protected abstract IgniteInternalFuture<Boolean>GridDistributedCacheAdapter. lockAllAsync(Collection<KeyCacheObject> keys, long timeout, @Nullable IgniteTxLocalEx tx, boolean isInvalidate, boolean isRead, boolean retval, @Nullable TransactionIsolation isolation, long createTtl, long accessTtl)IgniteInternalFuture<Boolean>GridDistributedCacheAdapter. txLockAsync(Collection<KeyCacheObject> keys, long timeout, IgniteTxLocalEx tx, boolean isRead, boolean retval, TransactionIsolation isolation, boolean isInvalidate, long createTtl, long accessTtl) -
Uses of IgniteTxLocalEx in org.apache.ignite.internal.processors.cache.distributed.dht
Classes in org.apache.ignite.internal.processors.cache.distributed.dht that implement IgniteTxLocalEx Modifier and Type Class Description classGridDhtTxLocalReplicated user transaction.classGridDhtTxLocalAdapterReplicated user transaction.Methods in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type IgniteTxLocalEx Modifier and Type Method Description IgniteInternalFuture<Boolean>GridDhtTransactionalCacheAdapter. lockAllAsync(@Nullable Collection<KeyCacheObject> keys, long timeout, IgniteTxLocalEx txx, boolean isInvalidate, boolean isRead, boolean retval, TransactionIsolation isolation, long createTtl, long accessTtl)GridDhtFuture<Boolean>GridDhtTransactionalCacheAdapter. lockAllAsyncInternal(@Nullable Collection<KeyCacheObject> keys, long timeout, IgniteTxLocalEx txx, boolean isInvalidate, boolean isRead, boolean retval, TransactionIsolation isolation, long createTtl, long accessTtl, boolean skipStore, boolean keepBinary)Acquires locks in partitioned cache. -
Uses of IgniteTxLocalEx in org.apache.ignite.internal.processors.cache.distributed.dht.atomic
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.atomic with parameters of type IgniteTxLocalEx Modifier and Type Method Description protected IgniteInternalFuture<Boolean>GridDhtAtomicCache. lockAllAsync(Collection<KeyCacheObject> keys, long timeout, @Nullable IgniteTxLocalEx tx, boolean isInvalidate, boolean isRead, boolean retval, @Nullable TransactionIsolation isolation, long createTtl, long accessTtl) -
Uses of IgniteTxLocalEx in org.apache.ignite.internal.processors.cache.distributed.dht.colocated
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.colocated with parameters of type IgniteTxLocalEx Modifier and Type Method Description IgniteInternalFuture<Boolean>GridDhtColocatedCache. lockAllAsync(Collection<KeyCacheObject> keys, long timeout, @Nullable IgniteTxLocalEx tx, boolean isInvalidate, boolean isRead, boolean retval, @Nullable TransactionIsolation isolation, long createTtl, long accessTtl)This is an entry point to pessimistic locking within transaction. -
Uses of IgniteTxLocalEx in org.apache.ignite.internal.processors.cache.distributed.near
Classes in org.apache.ignite.internal.processors.cache.distributed.near that implement IgniteTxLocalEx Modifier and Type Class Description classGridNearTxLocalReplicated user transaction.Methods in org.apache.ignite.internal.processors.cache.distributed.near with parameters of type IgniteTxLocalEx Modifier and Type Method Description protected IgniteInternalFuture<Boolean>GridNearAtomicCache. lockAllAsync(Collection<KeyCacheObject> keys, long timeout, @Nullable IgniteTxLocalEx tx, boolean isInvalidate, boolean isRead, boolean retval, @Nullable TransactionIsolation isolation, long createTtl, long accessTtl)protected IgniteInternalFuture<Boolean>GridNearTransactionalCache. lockAllAsync(Collection<KeyCacheObject> keys, long timeout, IgniteTxLocalEx tx, boolean isInvalidate, boolean isRead, boolean retval, TransactionIsolation isolation, long createTtl, long accessTtl)Constructors in org.apache.ignite.internal.processors.cache.distributed.near with parameters of type IgniteTxLocalEx Constructor Description GridNearGetFuture(GridCacheContext<K,V> cctx, Collection<KeyCacheObject> keys, boolean readThrough, boolean forcePrimary, @Nullable IgniteTxLocalEx tx, String taskName, boolean deserializeBinary, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean skipVals, boolean needVer, boolean keepCacheObjects, boolean recovery) -
Uses of IgniteTxLocalEx in org.apache.ignite.internal.processors.cache.transactions
Classes in org.apache.ignite.internal.processors.cache.transactions that implement IgniteTxLocalEx Modifier and Type Class Description classIgniteTxLocalAdapterTransaction adapter for cache transactions.
-