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 classSiteMasterSpecial address with the UUID part being 0: identifies the current (relay) coordinator of a given site.classSiteUUIDImplementation 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_functionMethods in org.jgroups.util that return ExtendedUUID Modifier and Type Method Description ExtendedUUIDExtendedUUID. put(byte[] key, byte[] val)protected ExtendedUUIDExtendedUUID. put(int start_index, byte[] key, byte[] val)ExtendedUUIDExtendedUUID. put(java.lang.String key, byte[] val)static ExtendedUUIDExtendedUUID. randomUUID()static ExtendedUUIDExtendedUUID. randomUUID(java.lang.String name)Method parameters in org.jgroups.util with type arguments of type ExtendedUUID Modifier and Type Method Description static voidExtendedUUID. setPrintFunction(java.util.function.Function<ExtendedUUID,java.lang.String> f)
-