Class ClientAddress
- java.lang.Object
-
- org.infinispan.server.hotrod.tx.table.ClientAddress
-
- All Implemented Interfaces:
Comparable<org.infinispan.remoting.transport.Address>,org.infinispan.remoting.transport.Address
public class ClientAddress extends Object implements org.infinispan.remoting.transport.Address
AAddressimplementation for a client transaction.The
localAddressis the address of the node in which the transaction was replayed.- Since:
- 9.2
- Author:
- Pedro Ruivo
-
-
Field Summary
Fields Modifier and Type Field Description static org.infinispan.commons.marshall.AdvancedExternalizer<ClientAddress>EXTERNALIZER
-
Constructor Summary
Constructors Constructor Description ClientAddress(org.infinispan.remoting.transport.Address localAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(org.infinispan.remoting.transport.Address o)booleanequals(Object o)inthashCode()StringtoString()
-
-
-
Field Detail
-
EXTERNALIZER
public static final org.infinispan.commons.marshall.AdvancedExternalizer<ClientAddress> EXTERNALIZER
-
-
Method Detail
-
compareTo
public int compareTo(org.infinispan.remoting.transport.Address o)
- Specified by:
compareToin interfaceComparable<org.infinispan.remoting.transport.Address>
-
-