Package org.elasticsearch.discovery.zen
Class UnicastZenPing.PingingRound
java.lang.Object
org.elasticsearch.discovery.zen.UnicastZenPing.PingingRound
- All Implemented Interfaces:
Closeable,AutoCloseable,org.elasticsearch.core.Releasable
- Enclosing class:
- UnicastZenPing
protected class UnicastZenPing.PingingRound
extends Object
implements org.elasticsearch.core.Releasable
-
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 interfaceorg.elasticsearch.core.Releasable
-
getConnectionProfile
-