Class CacheXid
java.lang.Object
org.infinispan.server.hotrod.tx.table.CacheXid
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getXid()
int
hashCode()
static CacheXid
readFrom
(ObjectInput input) boolean
toString()
static void
writeTo
(ObjectOutput output, CacheXid object)
-
Field Details
-
EXTERNALIZER
-
-
Constructor Details
-
CacheXid
-
-
Method Details
-
sameXid
-
writeTo
- Throws:
IOException
-
readFrom
- Throws:
IOException
-
equals
-
hashCode
public int hashCode() -
toString
-
getCacheName
-
getXid
-