Package | Description |
---|---|
org.jgroups.protocols.pbcast |
Supports probabilistic broadcasts.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
GmsImpl.handleJoinResponse(JoinRsp join_rsp) |
void |
ClientGmsImpl.handleJoinResponse(JoinRsp join_rsp) |
void |
CoordGmsImpl.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
|
Constructor and Description |
---|
GMS.GmsHeader(byte type,
JoinRsp join_rsp)
Used for JOIN_RSP header
|
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.