Uses of Class
org.jgroups.util.UUID
-
Packages that use UUID Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.protocols.relay org.jgroups.util 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 Modifier and Type Field Description protected UUID
STOMP.Connection. session_id
-
Uses of UUID in org.jgroups.protocols.relay
Subclasses of UUID 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 SiteAddressMethods in org.jgroups.protocols.relay that return UUID Modifier and Type Method Description UUID
SiteMaster. copy()
UUID
SiteUUID. copy()
Methods in org.jgroups.protocols.relay that return types with arguments of type UUID Modifier and Type Method Description java.util.function.Supplier<? extends UUID>
SiteMaster. create()
java.util.function.Supplier<? extends UUID>
SiteUUID. create()
Constructors in org.jgroups.protocols.relay with parameters of type UUID Constructor Description SiteUUID(UUID uuid, java.lang.String name, java.lang.String site)
-
Uses of UUID in org.jgroups.util
Subclasses of UUID in org.jgroups.util Modifier and Type Class Description class
ExtendedUUID
Subclass ofUUID
accommodating additional data such as a flag and a small hashmap.class
FlagsUUID
Subclass ofUUID
accommodating additional data such as a flag.Methods in org.jgroups.util that return UUID Modifier and Type Method Description UUID
UUID. copy()
static UUID
UUID. fromString(java.lang.String name)
Creates aUUID
from the string standard representation as described in thetoString()
method.static UUID
UUID. randomUUID()
Static factory to retrieve a type 4 (pseudo randomly generated) UUID.Methods in org.jgroups.util that return types with arguments of type UUID Modifier and Type Method Description java.util.function.Supplier<? extends UUID>
ExtendedUUID. create()
java.util.function.Supplier<? extends UUID>
FlagsUUID. create()
java.util.function.Supplier<? extends UUID>
UUID. create()
-