Uses of Class
org.jgroups.protocols.RELAY.ViewData
-
Packages that use RELAY.ViewData Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of RELAY.ViewData in org.jgroups.protocols
Methods in org.jgroups.protocols that return RELAY.ViewData Modifier and Type Method Description static RELAY.ViewData
RELAY.ViewData. create(View remote_view, View global_view)
Methods in org.jgroups.protocols with parameters of type RELAY.ViewData Modifier and Type Method Description protected void
RELAY. sendViewOnLocalCluster(RELAY.ViewData data, boolean use_seperate_thread, java.util.List<Address> new_mbrs)
Deprecated.protected void
RELAY. sendViewToRemote(RELAY.ViewData view_data, boolean use_seperate_thread)
Deprecated.
-