Uses of Class
io.vertx.ext.consul.CheckQueryOptions
-
Packages that use CheckQueryOptions Package Description io.vertx.ext.consul io.vertx.reactivex.ext.consul io.vertx.rxjava3.ext.consul -
-
Uses of CheckQueryOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return CheckQueryOptions Modifier and Type Method Description CheckQueryOptions
CheckQueryOptions. setBlockingOptions(BlockingQueryOptions options)
Set options for blocking queryCheckQueryOptions
CheckQueryOptions. setDc(String dc)
Set an optional datacenter.CheckQueryOptions
CheckQueryOptions. setFilter(String expression)
Set the expression to filter the queries results prior to returning the dataCheckQueryOptions
CheckQueryOptions. setNear(String near)
Set node name for sorting the list in ascending order based on the estimated round trip time from that node.CheckQueryOptions
CheckQueryOptions. 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 Future<CheckList>
ConsulClient. healthChecksWithOptions(String service, CheckQueryOptions options)
Returns the checks associated with the serviceFuture<CheckList>
ConsulClient. healthNodesWithOptions(String node, CheckQueryOptions options)
Returns the checks specific to the node provided on the path.Future<CheckList>
ConsulClient. healthStateWithOptions(HealthState healthState, CheckQueryOptions options)
Returns the checks in the specified statusstatic Watch<CheckList>
Watch. nodeHealthChecks(String node, CheckQueryOptions opt, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring the health checks of the nodes.static Watch<CheckList>
Watch. serviceHealthChecks(String service, CheckQueryOptions checkQueryOptions, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring the health checks of the nodes. -
Uses of CheckQueryOptions in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul with parameters of type CheckQueryOptions Modifier and Type Method Description Future<CheckList>
ConsulClient. healthChecksWithOptions(String service, CheckQueryOptions options)
Returns the checks associated with the serviceFuture<CheckList>
ConsulClient. healthNodesWithOptions(String node, CheckQueryOptions options)
Returns the checks specific to the node provided on the path.Future<CheckList>
ConsulClient. healthStateWithOptions(HealthState healthState, CheckQueryOptions options)
Returns the checks in the specified statusstatic Watch<CheckList>
Watch. nodeHealthChecks(String node, CheckQueryOptions opt, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring the health checks of the nodes.Single<CheckList>
ConsulClient. rxHealthChecksWithOptions(String service, CheckQueryOptions options)
Returns the checks associated with the serviceSingle<CheckList>
ConsulClient. rxHealthNodesWithOptions(String node, CheckQueryOptions options)
Returns the checks specific to the node provided on the path.Single<CheckList>
ConsulClient. rxHealthStateWithOptions(HealthState healthState, CheckQueryOptions options)
Returns the checks in the specified statusstatic Watch<CheckList>
Watch. serviceHealthChecks(String service, CheckQueryOptions checkQueryOptions, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring the health checks of the nodes. -
Uses of CheckQueryOptions in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul with parameters of type CheckQueryOptions Modifier and Type Method Description Single<CheckList>
ConsulClient. healthChecksWithOptions(String service, CheckQueryOptions options)
Returns the checks associated with the serviceSingle<CheckList>
ConsulClient. healthNodesWithOptions(String node, CheckQueryOptions options)
Returns the checks specific to the node provided on the path.Single<CheckList>
ConsulClient. healthStateWithOptions(HealthState healthState, CheckQueryOptions options)
Returns the checks in the specified statusstatic Watch<CheckList>
Watch. nodeHealthChecks(String node, CheckQueryOptions opt, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring the health checks of the nodes.Single<CheckList>
ConsulClient. rxHealthChecksWithOptions(String service, CheckQueryOptions options)
Returns the checks associated with the serviceSingle<CheckList>
ConsulClient. rxHealthNodesWithOptions(String node, CheckQueryOptions options)
Returns the checks specific to the node provided on the path.Single<CheckList>
ConsulClient. rxHealthStateWithOptions(HealthState healthState, CheckQueryOptions options)
Returns the checks in the specified statusstatic Watch<CheckList>
Watch. serviceHealthChecks(String service, CheckQueryOptions checkQueryOptions, Vertx vertx, ConsulClientOptions options)
CreatesWatch
to monitoring the health checks of the nodes.
-