Uses of Class
org.jgroups.util.ExtendedUUID
Packages that use ExtendedUUID
Package
Description
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.relayModifier and TypeClassDescriptionclassSpecial address with the UUID part being 0: identifies the current (relay) coordinator of a given site.classImplementation of SiteAddress -
Uses of ExtendedUUID in org.jgroups.util
Fields in org.jgroups.util with type parameters of type ExtendedUUIDModifier and TypeFieldDescriptionprotected static Function<ExtendedUUID, String> ExtendedUUID.print_functionMethods in org.jgroups.util that return ExtendedUUIDModifier and TypeMethodDescriptionExtendedUUID.put(byte[] key, byte[] val) protected ExtendedUUIDExtendedUUID.put(int start_index, byte[] key, byte[] val) static ExtendedUUIDExtendedUUID.randomUUID()static ExtendedUUIDExtendedUUID.randomUUID(String name) Method parameters in org.jgroups.util with type arguments of type ExtendedUUIDModifier and TypeMethodDescriptionstatic voidExtendedUUID.setPrintFunction(Function<ExtendedUUID, String> f)