Class TransactionContext<K,V>
java.lang.Object
org.infinispan.client.hotrod.impl.transaction.TransactionContext<K,V>
A context with the keys involved in a
Transaction.
There is a single context for each (TransactionalRemoteCacheImpl, Transaction) pair.
It keeps the keys read and written in order to maintain the transactions isolated.
- Since:
- 9.3
- Author:
- Pedro Ruivo
-
Method Summary