Uses of Class
io.vertx.ext.consul.CheckQueryOptions
-
Packages that use CheckQueryOptions Package Description io.vertx.ext.consul -
-
Uses of CheckQueryOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return CheckQueryOptions Modifier and Type Method Description CheckQueryOptionsCheckQueryOptions. setBlockingOptions(BlockingQueryOptions options)Set options for blocking queryCheckQueryOptionsCheckQueryOptions. setDc(String dc)Set an optional datacenter.CheckQueryOptionsCheckQueryOptions. setFilter(String expression)Set the expression to filter the queries results prior to returning the dataCheckQueryOptionsCheckQueryOptions. setNear(String near)Set node name for sorting the list in ascending order based on the estimated round trip time from that node.CheckQueryOptionsCheckQueryOptions. setNs(String namespace)Sets the optional namespace to list checks.Methods in io.vertx.ext.consul with parameters of type CheckQueryOptions Modifier and Type Method Description io.vertx.core.Future<CheckList>ConsulClient. healthChecksWithOptions(String service, CheckQueryOptions options)Returns the checks associated with the serviceio.vertx.core.Future<CheckList>ConsulClient. healthNodesWithOptions(String node, CheckQueryOptions options)Returns the checks specific to the node provided on the path.io.vertx.core.Future<CheckList>ConsulClient. healthStateWithOptions(HealthState healthState, CheckQueryOptions options)Returns the checks in the specified statusstatic Watch<CheckList>Watch. nodeHealthChecks(String node, CheckQueryOptions opt, io.vertx.core.Vertx vertx, ConsulClientOptions options)CreatesWatchto monitoring the health checks of the nodes.static Watch<CheckList>Watch. serviceHealthChecks(String service, CheckQueryOptions checkQueryOptions, io.vertx.core.Vertx vertx, ConsulClientOptions options)CreatesWatchto monitoring the health checks of the nodes.
-