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 |
---|---|
Future<CoordinateList> |
ConsulClient.coordinateNodes()
Like
ConsulClient.coordinateNodes(Handler) but returns a Future of the asynchronous result. |
Future<CoordinateList> |
ConsulClient.coordinateNodesWithOptions(BlockingQueryOptions options)
Like
ConsulClient.coordinateNodesWithOptions(BlockingQueryOptions, Handler) but returns a Future of the asynchronous result. |
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
|
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) |
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> |
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>>) |
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 © 2021 Eclipse. All rights reserved.