| Package | Description | 
|---|---|
| io.vertx.ext.consul | |
| io.vertx.reactivex.ext.consul | |
| io.vertx.rxjava.ext.consul | 
| Modifier and Type | Method and Description | 
|---|---|
PreparedQueryExecuteOptions | 
PreparedQueryExecuteOptions.setLimit(int limit)
Set the size of the list to the given number of nodes. 
 | 
PreparedQueryExecuteOptions | 
PreparedQueryExecuteOptions.setNear(String near)
Set node name for sorting the list in ascending order based on the estimated round trip time from that node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.executePreparedQueryWithOptions(String query,
                               PreparedQueryExecuteOptions options,
                               Handler<AsyncResult<PreparedQueryExecuteResponse>> resultHandler)
Executes an existing prepared query. 
 | 
ConsulService | 
ConsulService.executePreparedQueryWithOptions(String query,
                               PreparedQueryExecuteOptions options,
                               Handler<AsyncResult<PreparedQueryExecuteResponse>> resultHandler)  | 
static void | 
PreparedQueryExecuteOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        PreparedQueryExecuteOptions obj)  | 
static void | 
PreparedQueryExecuteOptionsConverter.toJson(PreparedQueryExecuteOptions obj,
      JsonObject json)  | 
static void | 
PreparedQueryExecuteOptionsConverter.toJson(PreparedQueryExecuteOptions obj,
      Map<String,Object> json)  | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.executePreparedQueryWithOptions(String query,
                               PreparedQueryExecuteOptions options,
                               Handler<AsyncResult<PreparedQueryExecuteResponse>> resultHandler)
Executes an existing prepared query. 
 | 
ConsulService | 
ConsulService.executePreparedQueryWithOptions(String query,
                               PreparedQueryExecuteOptions options,
                               Handler<AsyncResult<PreparedQueryExecuteResponse>> resultHandler)  | 
Single<PreparedQueryExecuteResponse> | 
ConsulClient.rxExecutePreparedQueryWithOptions(String query,
                                 PreparedQueryExecuteOptions options)
Executes an existing prepared query. 
 | 
Single<PreparedQueryExecuteResponse> | 
ConsulService.rxExecutePreparedQueryWithOptions(String query,
                                 PreparedQueryExecuteOptions options)  | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.executePreparedQueryWithOptions(String query,
                               PreparedQueryExecuteOptions options,
                               Handler<AsyncResult<PreparedQueryExecuteResponse>> resultHandler)
Executes an existing prepared query. 
 | 
Single<PreparedQueryExecuteResponse> | 
ConsulClient.rxExecutePreparedQueryWithOptions(String query,
                                 PreparedQueryExecuteOptions options)
Executes an existing prepared query. 
 | 
Copyright © 2020 Eclipse. All rights reserved.