Uses of Class
org.apache.ignite.internal.processors.cache.transactions.IgniteTxAdapter
-
-
Uses of IgniteTxAdapter in org.apache.ignite.internal.processors.cache.distributed
Subclasses of IgniteTxAdapter in org.apache.ignite.internal.processors.cache.distributed Modifier and Type Class Description classGridDistributedTxRemoteAdapterTransaction created by system implicitly on remote nodes. -
Uses of IgniteTxAdapter in org.apache.ignite.internal.processors.cache.distributed.dht
Subclasses of IgniteTxAdapter in org.apache.ignite.internal.processors.cache.distributed.dht Modifier and Type Class Description classGridDhtTxLocalReplicated user transaction.classGridDhtTxLocalAdapterReplicated user transaction.classGridDhtTxRemoteTransaction created by system implicitly on remote nodes. -
Uses of IgniteTxAdapter in org.apache.ignite.internal.processors.cache.distributed.near
Subclasses of IgniteTxAdapter in org.apache.ignite.internal.processors.cache.distributed.near Modifier and Type Class Description classGridNearTxLocalReplicated user transaction.classGridNearTxRemoteTransaction created by system implicitly on remote nodes. -
Uses of IgniteTxAdapter in org.apache.ignite.internal.processors.cache.transactions
Subclasses of IgniteTxAdapter in org.apache.ignite.internal.processors.cache.transactions Modifier and Type Class Description classIgniteTxLocalAdapterTransaction adapter for cache transactions.Methods in org.apache.ignite.internal.processors.cache.transactions with parameters of type IgniteTxAdapter Modifier and Type Method Description voidIgniteTxImplicitSingleStateImpl. addActiveCache(GridCacheContext ctx, boolean recovery, IgniteTxAdapter tx)voidIgniteTxRemoteStateAdapter. addActiveCache(GridCacheContext cctx, boolean recovery, IgniteTxAdapter tx)voidIgniteTxState. addActiveCache(GridCacheContext cacheCtx, boolean recovery, IgniteTxAdapter tx)voidIgniteTxStateImpl. addActiveCache(GridCacheContext cacheCtx, boolean recovery, IgniteTxAdapter tx)
-