Class CacheXid

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

public class CacheXid extends Object
A key used in the global transaction table.

The global transaction table is a replicated cache. This key contains the cache name and the transactions' XidImpl.

Since:
9.1
Author:
Pedro Ruivo
  • Field Details

    • EXTERNALIZER

      public static final org.infinispan.commons.marshall.AdvancedExternalizer<CacheXid> EXTERNALIZER
  • Constructor Details

    • CacheXid

      public CacheXid(org.infinispan.util.ByteString cacheName, org.infinispan.commons.tx.XidImpl xid)
  • Method Details