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 class
ZenPing.PingCollection
a utility collection of pings where only the most recent ping is stored per nodestatic class
ZenPing.PingResponse
-
Method Summary
Modifier and Type Method Description void
ping(java.util.function.Consumer<ZenPing.PingCollection> resultsConsumer, TimeValue timeout)
void
start()
-
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)
-
-