Uses of Class
org.elasticsearch.discovery.zen.ZenPing.PingCollection
-
Packages that use ZenPing.PingCollection Package Description org.elasticsearch.discovery.zen -
-
Uses of ZenPing.PingCollection in org.elasticsearch.discovery.zen
Method parameters in org.elasticsearch.discovery.zen with type arguments of type ZenPing.PingCollection Modifier and Type Method Description voidUnicastZenPing. ping(Consumer<ZenPing.PingCollection> resultsConsumer, TimeValue duration)Sends three rounds of pings notifying the specifiedConsumerwhen pinging is complete.protected voidUnicastZenPing. ping(Consumer<ZenPing.PingCollection> resultsConsumer, TimeValue scheduleDuration, TimeValue requestDuration)a variant ofUnicastZenPing.ping(Consumer, TimeValue), but allows separating the scheduling duration from the duration used for request level time outs.voidZenPing. ping(Consumer<ZenPing.PingCollection> resultsConsumer, TimeValue timeout)
-