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.
|
Modifier and Type | Field and Description |
---|---|
protected UUID |
STOMP.Connection.session_id |
Modifier and Type | Class and Description |
---|---|
class |
SiteMaster
Special address with the UUID part being 0: identifies the current (relay) coordinator of a given site.
|
class |
SiteUUID
Implementation of SiteAddress
|
Modifier and Type | Method and Description |
---|---|
UUID |
SiteUUID.copy() |
UUID |
SiteMaster.copy() |
Modifier and Type | Method and Description |
---|---|
Supplier<? extends UUID> |
SiteUUID.create() |
Supplier<? extends UUID> |
SiteMaster.create() |
Constructor and Description |
---|
SiteUUID(UUID uuid,
String name,
String site) |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedUUID
Subclass of
UUID accommodating additional data such as a flag and a small hashmap. |
class |
FlagsUUID
Subclass of
UUID accommodating additional data such as a flag. |
Modifier and Type | Method and Description |
---|---|
UUID |
UUID.copy() |
static UUID |
UUID.fromString(String name)
Creates a
UUID from the string standard representation as
described in the toString() method. |
static UUID |
UUID.randomUUID()
Static factory to retrieve a type 4 (pseudo randomly generated) UUID.
|
Modifier and Type | Method and Description |
---|---|
Supplier<? extends UUID> |
UUID.create() |
Supplier<? extends UUID> |
ExtendedUUID.create() |
Supplier<? extends UUID> |
FlagsUUID.create() |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.