Class PerCacheTxTable

java.lang.Object
org.infinispan.server.hotrod.tx.table.PerCacheTxTable

public class PerCacheTxTable extends Object
A Transaction Table for client transaction.

It stores the global state of a transaction and the map between the XidImpl and Transaction's run locally.

Since:
9.4
Author:
Pedro Ruivo