Package org.elasticsearch.discovery.zen
Interface ZenPing
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,Releasable
- All Known Implementing Classes:
UnicastZenPing
public interface ZenPing extends Releasable
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classZenPing.PingCollectiona utility collection of pings where only the most recent ping is stored per nodestatic classZenPing.PingResponse -
Method Summary
Modifier and Type Method Description voidping(java.util.function.Consumer<ZenPing.PingCollection> resultsConsumer, TimeValue timeout)voidstart()