| Package | Description | 
|---|---|
| io.vertx.ext.consul | |
| io.vertx.reactivex.ext.consul | |
| io.vertx.rxjava.ext.consul | 
| Modifier and Type | Method and Description | 
|---|---|
CoordinateList | 
CoordinateList.setIndex(long index)
Set Consul index, a unique identifier representing the current state of the requested coordinates 
 | 
CoordinateList | 
CoordinateList.setList(List<Coordinate> list)
Set list of coordinates 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
CoordinateListConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        CoordinateList obj)  | 
static void | 
CoordinateListConverter.toJson(CoordinateList obj,
      JsonObject json)  | 
static void | 
CoordinateListConverter.toJson(CoordinateList obj,
      Map<String,Object> json)  | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.coordinateNodes(Handler<AsyncResult<CoordinateList>> resultHandler)
Returns the LAN network coordinates for all nodes in a given DC 
 | 
ConsulService | 
ConsulService.coordinateNodes(Handler<AsyncResult<CoordinateList>> resultHandler)  | 
ConsulClient | 
ConsulClient.coordinateNodesWithOptions(BlockingQueryOptions options,
                          Handler<AsyncResult<CoordinateList>> resultHandler)
Returns the LAN network coordinates for all nodes in a given DC
 This is blocking query unlike  
ConsulClient.coordinateNodes(Handler) | 
ConsulService | 
ConsulService.coordinateNodesWithOptions(BlockingQueryOptions options,
                          Handler<AsyncResult<CoordinateList>> resultHandler)  | 
| Constructor and Description | 
|---|
CoordinateList(CoordinateList other)
Copy constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Single<CoordinateList> | 
ConsulClient.rxCoordinateNodes()
Returns the LAN network coordinates for all nodes in a given DC 
 | 
Single<CoordinateList> | 
ConsulService.rxCoordinateNodes()  | 
Single<CoordinateList> | 
ConsulClient.rxCoordinateNodesWithOptions(BlockingQueryOptions options)
Returns the LAN network coordinates for all nodes in a given DC
 This is blocking query unlike  
ConsulClient.coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>) | 
Single<CoordinateList> | 
ConsulService.rxCoordinateNodesWithOptions(BlockingQueryOptions options)  | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.coordinateNodes(Handler<AsyncResult<CoordinateList>> resultHandler)
Returns the LAN network coordinates for all nodes in a given DC 
 | 
ConsulService | 
ConsulService.coordinateNodes(Handler<AsyncResult<CoordinateList>> resultHandler)  | 
ConsulClient | 
ConsulClient.coordinateNodesWithOptions(BlockingQueryOptions options,
                          Handler<AsyncResult<CoordinateList>> resultHandler)
Returns the LAN network coordinates for all nodes in a given DC
 This is blocking query unlike  
ConsulClient.coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>) | 
ConsulService | 
ConsulService.coordinateNodesWithOptions(BlockingQueryOptions options,
                          Handler<AsyncResult<CoordinateList>> resultHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Single<CoordinateList> | 
ConsulClient.rxCoordinateNodes()
Returns the LAN network coordinates for all nodes in a given DC 
 | 
Single<CoordinateList> | 
ConsulClient.rxCoordinateNodesWithOptions(BlockingQueryOptions options)
Returns the LAN network coordinates for all nodes in a given DC
 This is blocking query unlike  
ConsulClient.coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>) | 
| Modifier and Type | Method and Description | 
|---|---|
ConsulClient | 
ConsulClient.coordinateNodes(Handler<AsyncResult<CoordinateList>> resultHandler)
Returns the LAN network coordinates for all nodes in a given DC 
 | 
ConsulClient | 
ConsulClient.coordinateNodesWithOptions(BlockingQueryOptions options,
                          Handler<AsyncResult<CoordinateList>> resultHandler)
Returns the LAN network coordinates for all nodes in a given DC
 This is blocking query unlike  
ConsulClient.coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>) | 
Copyright © 2020 Eclipse. All rights reserved.