Class TransactionContext<K,V>
- java.lang.Object
-
- org.infinispan.client.hotrod.impl.transaction.TransactionContext<K,V>
-
public class TransactionContext<K,V> extends Object
A context with the keys involved in aTransaction
.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