Uses of Interface
org.apache.ignite.internal.processors.cache.transactions.TransactionProxy
-
Packages that use TransactionProxy Package Description org.apache.ignite.internal.processors.cache.distributed.near org.apache.ignite.internal.processors.cache.transactions -
-
Uses of TransactionProxy in org.apache.ignite.internal.processors.cache.distributed.near
Methods in org.apache.ignite.internal.processors.cache.distributed.near that return TransactionProxy Modifier and Type Method Description TransactionProxyGridNearTxLocal. proxy()TransactionProxyGridNearTxLocal. rollbackOnlyProxy() -
Uses of TransactionProxy in org.apache.ignite.internal.processors.cache.transactions
Classes in org.apache.ignite.internal.processors.cache.transactions that implement TransactionProxy Modifier and Type Class Description classTransactionEventProxyImplTransaction proxy used at tx events.classTransactionProxyImpl<K,V>Cache transaction proxy.classTransactionProxyRollbackOnlyImpl<K,V>Cache transaction proxy which supports only rollback or close operations and getters.
-