Uses of Interface
org.jgroups.protocols.relay.SiteAddress
Packages that use SiteAddress
Package
Description
Provides building blocks that are layered on top of channels.
-
Uses of SiteAddress in org.jgroups.blocks
Method parameters in org.jgroups.blocks with type arguments of type SiteAddressModifier and TypeMethodDescriptionprotected voidGroupRequest.unreachable(Predicate<SiteAddress> pred) -
Uses of SiteAddress in org.jgroups.protocols.relay
Classes in org.jgroups.protocols.relay that implement SiteAddressModifier and TypeClassDescriptionclassSpecial address with the UUID part being 0: identifies the current (relay) coordinator of a given site.classImplementation of SiteAddressMethods in org.jgroups.protocols.relay with parameters of type SiteAddressModifier and TypeMethodDescriptionprotected voidRELAY3._triggerSiteUnreachableEvent(SiteAddress s) protected voidRELAY2.deliverLocally(SiteAddress dest, SiteAddress sender, Message msg) protected voidRELAY2.forwardTo(Address next_dest, SiteAddress final_dest, Address original_sender, Message msg, boolean forward_to_current_coord) protected booleanRELAY.isLocal(SiteAddress addr) protected booleanRELAY.isLocalSitemaster(SiteAddress addr) protected voidRELAY2.route(SiteAddress dest, SiteAddress sender, Message msg) Routes the message to the target destination, used by a site master (coordinator)protected booleanRELAY3.sameSite(SiteAddress addr) protected voidRELAY.triggerSiteUnreachableEvent(SiteAddress remoteSite) protected voidRELAY3.triggerSiteUnreachableEvent(SiteAddress s)