public class ClientGmsImpl extends GmsImpl
Join
(called by clients who want to join a certain group, and
ViewChange
which is called by the coordinator that was contacted by this client, to
tell the client what its initial membership is.GmsImpl.Request
Constructor and Description |
---|
ClientGmsImpl(GMS g) |
Modifier and Type | Method and Description |
---|---|
void |
handleJoinResponse(JoinRsp join_rsp) |
void |
init() |
void |
join(Address address,
boolean useFlushIfPresent) |
void |
joinWithStateTransfer(Address local_addr,
boolean useFlushIfPresent) |
void |
leave(Address mbr) |
protected static String |
print(List<PingData> rsps) |
handleDigestResponse, handleLeaveResponse, handleMembershipChange, handleMergeCancelled, handleMergeRequest, handleMergeResponse, handleMergeView, handleViewChange, merge, sendMergeRejectedResponse, start, stop, suspect, unsuspect, wrongMethod
public ClientGmsImpl(GMS g)
public void join(Address address, boolean useFlushIfPresent)
public void joinWithStateTransfer(Address local_addr, boolean useFlushIfPresent)
joinWithStateTransfer
in class GmsImpl
public void handleJoinResponse(JoinRsp join_rsp)
handleJoinResponse
in class GmsImpl
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.