Class TransactionContext<K,V>

java.lang.Object
org.infinispan.hotrod.impl.transaction.TransactionContext<K,V>

public class TransactionContext<K,V> extends Object
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:
14.0