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.
-
Uses of JoinRsp in org.jgroups.protocols
Methods in org.jgroups.protocols that return JoinRsp -
Uses of JoinRsp in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast with type parameters of type JoinRspMethods in org.jgroups.protocols.pbcast that return JoinRspModifier and TypeMethodDescriptionprotected JoinRspGMS.readJoinRsp(byte[] buffer, int offset, int length) JoinRsp.setFailReason(String r) Methods in org.jgroups.protocols.pbcast that return types with arguments of type JoinRspMethods in org.jgroups.protocols.pbcast with parameters of type JoinRspModifier and TypeMethodDescriptionvoidGMS.castViewChangeAndSendJoinRsps(View new_view, Digest digest, Collection<Address> expected_acks, Collection<Address> joiners, JoinRsp jr) Broadcasts the new view and digest as VIEW messages, possibly sends JOIN-RSP messages to joiners and then waits for acks from expected_acksvoidClientGmsImpl.handleJoinResponse(JoinRsp join_rsp) voidGmsImpl.handleJoinResponse(JoinRsp join_rsp) voidParticipantGmsImpl.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 oursprotected booleanClientGmsImpl.isJoinResponseValid(JoinRsp rsp) static ByteArrayvoidGMS.sendJoinResponse(JoinRsp rsp, Address dest) protected voidGMS.sendJoinResponses(JoinRsp jr, Collection<Address> joiners) Method parameters in org.jgroups.protocols.pbcast with type arguments of type JoinRspModifier and TypeMethodDescriptionprotected booleanClientGmsImpl.installViewIfValidJoinRsp(Promise<JoinRsp> join_promise, boolean block_for_rsp)