Uses of Class
org.jgroups.protocols.pbcast.JoinRsp
-
Packages that use JoinRsp Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.protocols.pbcast -
-
Uses of JoinRsp in org.jgroups.protocols
Methods in org.jgroups.protocols that return JoinRsp Modifier and Type Method Description protected static JoinRsp
AUTH. getJoinResponse(Message msg)
-
Uses of JoinRsp in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast with type parameters of type JoinRsp Modifier and Type Field Description protected Promise<JoinRsp>
ClientGmsImpl. join_promise
Methods in org.jgroups.protocols.pbcast that return JoinRsp Modifier and Type Method Description protected JoinRsp
GMS. readJoinRsp(byte[] buffer, int offset, int length)
JoinRsp
JoinRsp. setFailReason(java.lang.String r)
Methods in org.jgroups.protocols.pbcast that return types with arguments of type JoinRsp Modifier and Type Method Description java.util.function.Supplier<? extends JoinRsp>
JoinRsp. create()
Methods in org.jgroups.protocols.pbcast with parameters of type JoinRsp Modifier and Type Method Description void
GMS. castViewChangeAndSendJoinRsps(View new_view, Digest digest, java.util.Collection<Address> expected_acks, java.util.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_acksvoid
ClientGmsImpl. handleJoinResponse(JoinRsp join_rsp)
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 oursprotected boolean
ClientGmsImpl. isJoinResponseValid(JoinRsp rsp)
static Buffer
GMS. marshal(JoinRsp join_rsp)
void
GMS. sendJoinResponse(JoinRsp rsp, Address dest)
protected void
GMS. sendJoinResponses(JoinRsp jr, java.util.Collection<Address> joiners)
Method parameters in org.jgroups.protocols.pbcast with type arguments of type JoinRsp Modifier and Type Method Description protected boolean
ClientGmsImpl. installViewIfValidJoinRsp(Promise<JoinRsp> join_promise, boolean block_for_rsp)
-