protected class UnicastZenPing.PingingRound extends java.lang.Object implements Releasable
| Modifier and Type | Method and Description |
|---|---|
void |
addPingResponseToCollection(ZenPing.PingResponse pingResponse) |
void |
close() |
ConnectionProfile |
getConnectionProfile() |
Transport.Connection |
getOrConnect(DiscoveryNode node) |
java.util.List<DiscoveryNode> |
getSeedNodes() |
int |
id() |
boolean |
isClosed() |
public int id()
public boolean isClosed()
public java.util.List<DiscoveryNode> getSeedNodes()
public Transport.Connection getOrConnect(DiscoveryNode node) throws java.io.IOException
java.io.IOExceptionpublic void addPingResponseToCollection(ZenPing.PingResponse pingResponse)
public void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in interface Releasablepublic ConnectionProfile getConnectionProfile()