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 Details

    • id

      public int id()
    • isClosed

      public boolean isClosed()
    • getSeedAddresses

      public java.util.List<TransportAddress> getSeedAddresses()
    • getOrConnect

      public Transport.Connection getOrConnect​(DiscoveryNode node) throws java.io.IOException
      Throws:
      java.io.IOException
    • addPingResponseToCollection

      public void addPingResponseToCollection​(ZenPing.PingResponse pingResponse)
    • close

      public void close()
      Specified by:
      close in interface java.lang.AutoCloseable
      Specified by:
      close in interface java.io.Closeable
      Specified by:
      close in interface Releasable
    • getConnectionProfile

      public ConnectionProfile getConnectionProfile()