Uses of Class
org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager.TxDumpsThrottling
-
Packages that use IgniteTxManager.TxDumpsThrottling Package Description org.apache.ignite.internal.processors.cache.distributed.near -
-
Uses of IgniteTxManager.TxDumpsThrottling in org.apache.ignite.internal.processors.cache.distributed.near
Constructors in org.apache.ignite.internal.processors.cache.distributed.near with parameters of type IgniteTxManager.TxDumpsThrottling Constructor Description GridNearTxLocal(GridCacheSharedContext ctx, boolean implicit, boolean implicitSingle, boolean sys, byte plc, TransactionConcurrency concurrency, TransactionIsolation isolation, long timeout, boolean storeEnabled, int txSize, @Nullable UUID subjId, int taskNameHash, @Nullable String lb, IgniteTxManager.TxDumpsThrottling txDumpsThrottling)
-