Interface ZenPing

All Superinterfaces:
AutoCloseable, Closeable, org.elasticsearch.core.Releasable
All Known Implementing Classes:
UnicastZenPing

public interface ZenPing extends org.elasticsearch.core.Releasable
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    a utility collection of pings where only the most recent ping is stored per node
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    ping​(Consumer<ZenPing.PingCollection> resultsConsumer, org.elasticsearch.core.TimeValue timeout)
     
    void
     

    Methods inherited from interface org.elasticsearch.core.Releasable

    close