Class PersistentUUID
java.lang.Object
org.infinispan.topology.PersistentUUID
- All Implemented Interfaces:
Comparable<Address>,Address
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface org.infinispan.remoting.transport.Address
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic PersistentUUIDfromString(String name) longlonginthashCode()static PersistentUUIDtoString()
-
Constructor Details
-
PersistentUUID
public PersistentUUID(long msb, long lsb)
-
-
Method Details
-
randomUUID
-
fromString
-
getMostSignificantBits
public long getMostSignificantBits() -
getLeastSignificantBits
public long getLeastSignificantBits() -
compareTo
- Specified by:
compareToin interfaceComparable<Address>
-
hashCode
-
toString
-
equals
-