Class 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:
    9.3
    Author:
    Pedro Ruivo