java.lang.AutoCloseable, java.io.Closeable, ReleasableUnicastZenPingpublic interface ZenPing extends Releasable
| Modifier and Type | Interface | 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 | Description |
|---|---|---|
void |
ping(java.util.function.Consumer<ZenPing.PingCollection> resultsConsumer,
TimeValue timeout) |
|
void |
start() |
closevoid start()
void ping(java.util.function.Consumer<ZenPing.PingCollection> resultsConsumer, TimeValue timeout)