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.IOException
public void addPingResponseToCollection(ZenPing.PingResponse pingResponse)
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in interface Releasable
public ConnectionProfile getConnectionProfile()