|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jgroups.protocols.Discovery.Responses
protected static class Discovery.Responses
Constructor Summary | |
---|---|
protected |
Discovery.Responses(int num_expected_rsps,
boolean break_on_coord_rsp,
Promise<JoinRsp> promise)
|
Method Summary | |
---|---|
void |
addResponse(PingData rsp)
|
void |
addResponse(PingData rsp,
boolean overwrite)
|
java.util.List<PingData> |
get(long timeout)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Discovery.Responses(int num_expected_rsps, boolean break_on_coord_rsp, Promise<JoinRsp> promise)
Method Detail |
---|
public void addResponse(PingData rsp)
public void addResponse(PingData rsp, boolean overwrite)
public java.util.List<PingData> get(long timeout) throws java.lang.InterruptedException
java.lang.InterruptedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |