Uses of Class
org.jgroups.util.UUID
Packages that use UUID
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of UUID in org.jgroups.protocols
Fields in org.jgroups.protocols declared as UUID -
Uses of UUID in org.jgroups.protocols.relay
Subclasses of UUID 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 SiteAddressMethods in org.jgroups.protocols.relay that return UUIDMethods in org.jgroups.protocols.relay that return types with arguments of type UUIDConstructors in org.jgroups.protocols.relay with parameters of type UUID -
Uses of UUID in org.jgroups.util
Subclasses of UUID in org.jgroups.utilModifier and TypeClassDescriptionclassSubclass ofUUIDaccommodating additional data such as a flag and a small hashmap.classSubclass ofUUIDaccommodating additional data such as a flag.Methods in org.jgroups.util that return UUIDModifier and TypeMethodDescriptionUUID.copy()static UUIDUUID.fromString(String name) Creates aUUIDfrom the string standard representation as described in thetoString()method.static UUIDUUID.randomUUID()Static factory to retrieve a type 4 (pseudo randomly generated) UUID.Methods in org.jgroups.util that return types with arguments of type UUIDMethods in org.jgroups.util with parameters of type UUIDConstructors in org.jgroups.util with parameters of type UUID