Class UnicastZenPing.PingingRound

org.elasticsearch.discovery.zen.UnicastZenPing.PingingRound
All Implemented Interfaces:
, , org.elasticsearch.core.Releasable
Enclosing class:
UnicastZenPing

protected class UnicastZenPing.PingingRound extends implements org.elasticsearch.core.Releasable
  • Method Details

    • id

      public int id()
    • isClosed

      public boolean isClosed()
    • getSeedAddresses

      public <TransportAddress> getSeedAddresses()
    • getOrConnect

      public Transport.Connection getOrConnect(DiscoveryNode node) throws
      Throws:
    • addPingResponseToCollection

      public void addPingResponseToCollection(ZenPing.PingResponse pingResponse)
    • close

      public void close()
      Specified by:
       in interface 
      Specified by:
       in interface 
      Specified by:
      close in interface org.elasticsearch.core.Releasable
    • getConnectionProfile

      public ConnectionProfile getConnectionProfile()