程序包 | 说明 |
---|---|
com.fr.third.jgroups.protocols.relay |
限定符和类型 | 类和说明 |
---|---|
class |
SiteMaster
Special address with the UUID part being 0: identifies the current (relay) coordinator of a given site.
|
class |
SiteUUID
Implementation of SiteAddress
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
RELAY2.deliverLocally(SiteAddress dest,
SiteAddress sender,
Message msg) |
protected void |
RELAY2.forwardTo(Address next_dest,
SiteAddress final_dest,
Address original_sender,
Message msg,
boolean forward_to_current_coord) |
protected void |
RELAY2.route(SiteAddress dest,
SiteAddress sender,
Message msg)
Routes the message to the target destination, used by a site master (coordinator)
|