Class AddressCache

java.lang.Object
org.infinispan.remoting.transport.jgroups.AddressCache

public class AddressCache extends Object
Cache Address instances
Since:
7.0
Author:
Dan Berindei
  • Constructor Details

    • AddressCache

      public AddressCache()
  • Method Details

    • fromExtendedUUID

      public static Address fromExtendedUUID(org.jgroups.util.ExtendedUUID addr)
    • getIfPresent

      public static Address getIfPresent(long mostSignificantBits, long leastSignificantBits)