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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidping(java.util.function.Consumer<ZenPing.PingCollection> resultsConsumer, TimeValue timeout)voidstart()-
Methods inherited from interface org.elasticsearch.common.lease.Releasable
close
-
-
-
-
Method Detail
-
start
void start()
-
ping
void ping(java.util.function.Consumer<ZenPing.PingCollection> resultsConsumer, TimeValue timeout)
-
-