Package org.elasticsearch.discovery.zen
Class UnicastZenPing.PingingRound
java.lang.Object
org.elasticsearch.discovery.zen.UnicastZenPing.PingingRound
- All Implemented Interfaces:
Closeable,AutoCloseable,Releasable
- Enclosing class:
- UnicastZenPing
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddPingResponseToCollection(ZenPing.PingResponse pingResponse) voidclose()getOrConnect(DiscoveryNode node) intid()booleanisClosed()
-
Method Details
-
id
public int id() -
isClosed
public boolean isClosed() -
getSeedAddresses
-
getOrConnect
- Throws:
IOException
-
addPingResponseToCollection
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceReleasable
-
getConnectionProfile
-