Uses of Class
org.jgroups.protocols.pbcast.JoinRsp
Packages that use JoinRsp
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Supports probabilistic broadcasts.
-
Uses of JoinRsp in org.jgroups.protocols
Method parameters in org.jgroups.protocols with type arguments of type JoinRspModifier and TypeMethodDescriptionDiscovery.findInitialMembers
(Promise<JoinRsp> promise) Finds the initial membership: sends a GET_MBRS_REQ to all members, waits 'timeout' ms or until 'num_initial_members' have been retrieved -
Uses of JoinRsp in org.jgroups.protocols.pbcast
Methods in org.jgroups.protocols.pbcast with parameters of type JoinRspModifier and TypeMethodDescriptionvoid
GMS.castViewChangeWithDest
(View new_view, Digest digest, JoinRsp jr, Collection<Address> newMembers) Broadcasts the new view and digest, and waits for acks from all members in the list given as argument.void
ClientGmsImpl.handleJoinResponse
(JoinRsp join_rsp) void
CoordGmsImpl.handleJoinResponse
(JoinRsp join_rsp) abstract void
GmsImpl.handleJoinResponse
(JoinRsp join_rsp) void
ParticipantGmsImpl.handleJoinResponse
(JoinRsp join_rsp) In case we get a different JOIN_RSP from a previous JOIN_REQ sent by us (as a client), we simply apply the new view if it is greater than oursvoid
GMS.sendJoinResponse
(JoinRsp rsp, Address dest) Constructors in org.jgroups.protocols.pbcast with parameters of type JoinRsp