public interface ZenPing extends Releasable
Modifier and Type | Interface and Description |
---|---|
static class |
ZenPing.PingCollection
a utility collection of pings where only the most recent ping is stored per node
|
static class |
ZenPing.PingResponse |
Modifier and Type | Method and Description |
---|---|
void |
ping(java.util.function.Consumer<ZenPing.PingCollection> resultsConsumer,
TimeValue timeout) |
void |
start(PingContextProvider contextProvider) |
close
void start(PingContextProvider contextProvider)
void ping(java.util.function.Consumer<ZenPing.PingCollection> resultsConsumer, TimeValue timeout)