|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinRsp | |
---|---|
org.jgroups.protocols | Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. |
org.jgroups.protocols.pbcast | Supports probabilistic broadcasts. |
Uses of JoinRsp in org.jgroups.protocols |
---|
Method parameters in org.jgroups.protocols with type arguments of type JoinRsp | |
---|---|
java.util.List<PingData> |
Discovery.findAllViews(Promise<JoinRsp> promise)
|
java.util.List<PingData> |
Discovery.findInitialMembers(Promise<JoinRsp> promise)
Finds initial members |
protected java.util.List<PingData> |
Discovery.findMembers(Promise<JoinRsp> promise,
int num_expected_rsps,
boolean break_on_coord,
ViewId view_id)
|
Constructor parameters in org.jgroups.protocols with type arguments of type JoinRsp | |
---|---|
Discovery.Responses(int num_expected_rsps,
boolean break_on_coord_rsp,
Promise<JoinRsp> promise)
|
Uses of JoinRsp in org.jgroups.protocols.pbcast |
---|
Methods in org.jgroups.protocols.pbcast with parameters of type JoinRsp | |
---|---|
void |
GMS.castViewChange(View new_view,
Digest digest,
JoinRsp jr,
java.util.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 |
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 ours |
void |
GMS.sendJoinResponse(JoinRsp rsp,
Address dest)
|
Constructors in org.jgroups.protocols.pbcast with parameters of type JoinRsp | |
---|---|
GMS.GmsHeader(byte type,
JoinRsp join_rsp)
Used for JOIN_RSP header |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |