Class PersistentUUID

java.lang.Object
org.infinispan.topology.PersistentUUID
All Implemented Interfaces:
Comparable<Address>, Address

public class PersistentUUID extends Object implements Address
PersistentUUID. A special Address UUID whose purpose is to remain unchanged across node restarts when using global state.
Since:
8.1
Author:
Tristan Tarrant
  • Constructor Details

    • PersistentUUID

      public PersistentUUID(long msb, long lsb)
  • Method Details