Package org.elasticsearch.discovery.zen
Class UnicastZenPing.PingingRound
java.lang.Object
org.elasticsearch.discovery.zen.UnicastZenPing.PingingRound
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,Releasable
- Enclosing class:
- UnicastZenPing
protected class UnicastZenPing.PingingRound extends java.lang.Object implements Releasable
-
Method Summary
Modifier and Type Method Description voidaddPingResponseToCollection(ZenPing.PingResponse pingResponse)voidclose()ConnectionProfilegetConnectionProfile()Transport.ConnectiongetOrConnect(DiscoveryNode node)java.util.List<TransportAddress>getSeedAddresses()intid()booleanisClosed()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
id
public int id() -
isClosed
public boolean isClosed() -
getSeedAddresses
-
getOrConnect
- Throws:
java.io.IOException
-
addPingResponseToCollection
-
close
public void close()- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Specified by:
closein interfaceReleasable
-
getConnectionProfile
-