程序包 | 说明 |
---|---|
com.fr.cluster.engine.core.jchannel | |
com.fr.third.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
com.fr.third.jgroups.protocols.relay | |
com.fr.third.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
限定符和类型 | 类和说明 |
---|---|
class |
MachineMarker
Created by juhaoyu on 2018/1/16.
|
限定符和类型 | 字段和说明 |
---|---|
protected UUID |
STOMP.Connection.session_id |
限定符和类型 | 类和说明 |
---|---|
class |
CanBeSiteMaster
已过时。
Use
ExtendedUUID directly. This class will get dropped in 4.0. |
class |
CanBeSiteMasterTopology
已过时。
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
|
限定符和类型 | 方法和说明 |
---|---|
UUID |
SiteUUID.copy() |
UUID |
SiteMaster.copy() |
构造器和说明 |
---|
CanBeSiteMaster(UUID uuid,
boolean can_become_site_master)
已过时。
|
SiteUUID(UUID uuid,
java.lang.String name,
java.lang.String site) |
限定符和类型 | 类和说明 |
---|---|
class |
AdditionalDataUUID
已过时。
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
已过时。
Use
ExtendedUUID instead. Will get dropped in 4.0. |
class |
TopologyUUID
已过时。
Use
ExtendedUUID instead. This class will be dropped in 4.0. |
限定符和类型 | 方法和说明 |
---|---|
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.
|