Package | Description |
---|---|
org.jgroups.protocols.relay | |
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
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 | Class and Description |
---|---|
class |
AdditionalDataUUID
Deprecated.
Use
ExtendedUUID instead. Will get dropped in 4.0. |
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 |
---|---|
ExtendedUUID |
ExtendedUUID.addContents(ExtendedUUID other) |
ExtendedUUID |
ExtendedUUID.clearFlag(short flag) |
ExtendedUUID |
ExtendedUUID.put(byte[] key,
byte[] val) |
protected ExtendedUUID |
ExtendedUUID.put(int start_index,
byte[] key,
byte[] val) |
ExtendedUUID |
ExtendedUUID.put(java.lang.String key,
byte[] val) |
static ExtendedUUID |
ExtendedUUID.randomUUID() |
static ExtendedUUID |
ExtendedUUID.randomUUID(java.lang.String name) |
ExtendedUUID |
ExtendedUUID.setFlag(short flag) |
Modifier and Type | Method and Description |
---|---|
ExtendedUUID |
ExtendedUUID.addContents(ExtendedUUID other) |
Constructor and Description |
---|
ExtendedUUID(ExtendedUUID other) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.