Uses of Class
org.apache.ignite.internal.processors.cache.transactions.IgniteTxLocalAdapter
-
-
Uses of IgniteTxLocalAdapter in org.apache.ignite.internal.processors.cache.distributed.dht
Subclasses of IgniteTxLocalAdapter in org.apache.ignite.internal.processors.cache.distributed.dht Modifier and Type Class Description classGridDhtTxLocalReplicated user transaction.classGridDhtTxLocalAdapterReplicated user transaction. -
Uses of IgniteTxLocalAdapter in org.apache.ignite.internal.processors.cache.distributed.near
Subclasses of IgniteTxLocalAdapter in org.apache.ignite.internal.processors.cache.distributed.near Modifier and Type Class Description classGridNearTxLocalReplicated user transaction. -
Uses of IgniteTxLocalAdapter in org.apache.ignite.internal.processors.cache.transactions
Fields in org.apache.ignite.internal.processors.cache.transactions with type parameters of type IgniteTxLocalAdapter Modifier and Type Field Description protected static AtomicReferenceFieldUpdater<IgniteTxLocalAdapter,Throwable>IgniteTxLocalAdapter. COMMIT_ERR_UPDCommit error updater.protected static AtomicIntegerFieldUpdater<IgniteTxLocalAdapter>IgniteTxLocalAdapter. DONE_FLAG_UPDDone flag updater.Methods in org.apache.ignite.internal.processors.cache.transactions that return IgniteTxLocalAdapter Modifier and Type Method Description @Nullable IgniteTxLocalAdapterIgniteTxManager. localTx()
-