Uses of Class
org.jgroups.util.ExtendedUUID
-
Packages that use ExtendedUUID Package Description org.jgroups.protocols.relay org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of ExtendedUUID in org.jgroups.protocols.relay
Subclasses of ExtendedUUID in org.jgroups.protocols.relay Modifier and Type Class Description class
SiteMaster
Special address with the UUID part being 0: identifies the current (relay) coordinator of a given site.class
SiteUUID
Implementation of SiteAddress -
Uses of ExtendedUUID in org.jgroups.util
Fields in org.jgroups.util with type parameters of type ExtendedUUID Modifier and Type Field Description protected static java.util.function.Function<ExtendedUUID,java.lang.String>
ExtendedUUID. print_function
Methods in org.jgroups.util that return ExtendedUUID Modifier and Type Method Description ExtendedUUID
ExtendedUUID. put(byte[] key, byte[] val)
protected ExtendedUUID
ExtendedUUID. put(int start_index, byte[] key, byte[] val)
ExtendedUUID
ExtendedUUID. put(java.lang.String key, byte[] val)
static ExtendedUUID
ExtendedUUID. randomUUID()
static ExtendedUUID
ExtendedUUID. randomUUID(java.lang.String name)
Method parameters in org.jgroups.util with type arguments of type ExtendedUUID Modifier and Type Method Description static void
ExtendedUUID. setPrintFunction(java.util.function.Function<ExtendedUUID,java.lang.String> f)
-