Class 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 Detail

      • EXTERNALIZER

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

      • CacheXid

        public CacheXid​(org.infinispan.util.ByteString cacheName,
                        org.infinispan.commons.tx.XidImpl xid)