Uses of Class
org.jgroups.util.FlagsUUID
Packages that use FlagsUUID
Package
Description
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of FlagsUUID in org.jgroups.protocols.relay
Subclasses of FlagsUUID 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 FlagsUUID in org.jgroups.util
Subclasses of FlagsUUID in org.jgroups.utilModifier and TypeClassDescriptionclassSubclass ofUUIDaccommodating additional data such as a flag and a small hashmap.Methods in org.jgroups.util with type parameters of type FlagsUUIDModifier and TypeMethodDescription<T extends FlagsUUID>
TExtendedUUID.addContents(T o) <T extends FlagsUUID>
TFlagsUUID.addContents(T other) <T extends FlagsUUID>
TFlagsUUID.clearFlag(short flag) <T extends FlagsUUID>
TFlagsUUID.setFlag(short flag) Methods in org.jgroups.util that return FlagsUUIDModifier and TypeMethodDescriptionstatic FlagsUUIDFlagsUUID.randomUUID()static FlagsUUIDFlagsUUID.randomUUID(String name)