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 |
CanBeSiteMaster
Deprecated.
Use
ExtendedUUID directly. This class will get dropped in 4.0. |
class |
CanBeSiteMasterTopology
Deprecated.
Use
ExtendedUUID instead. This class will get dropped in 4.0. |
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() |
Constructor and Description |
---|
CanBeSiteMaster(UUID uuid,
boolean can_become_site_master)
Deprecated.
|
SiteUUID(UUID uuid,
java.lang.String name,
java.lang.String site) |
Modifier and Type | Class and Description |
---|---|
class |
AdditionalDataUUID
Deprecated.
Use
ExtendedUUID instead. Will get dropped in 4.0. |
class |
ExtendedUUID
Subclass of
UUID accommodating additional data such as a flag and a small hashmap. |
class |
PayloadUUID
Deprecated.
Use
ExtendedUUID instead. Will get dropped in 4.0. |
class |
TopologyUUID
Deprecated.
Use
ExtendedUUID instead. This class will be dropped in 4.0. |
Modifier and Type | Method and Description |
---|---|
UUID |
UUID.copy() |
static UUID |
UUID.fromString(java.lang.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.
|
Copyright © 1998-2020 Red Hat. All Rights Reserved.