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 TypeMethodDescriptionvoid
addPingResponseToCollection(ZenPing.PingResponse pingResponse)
void
close()
getOrConnect(DiscoveryNode node)
int
id()
boolean
isClosed()
-
Method Details
-
id
public int id() -
isClosed
public boolean isClosed() -
getSeedAddresses
-
getOrConnect
- Throws:
IOException
-
addPingResponseToCollection
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceorg.elasticsearch.core.Releasable
-
getConnectionProfile
-