| Package | Description | 
|---|---|
| io.vertx.ext.consul | 
| Modifier and Type | Method and Description | 
|---|---|
Coordinate | 
Coordinate.setAdj(float adj)
Set adjustment 
 | 
Coordinate | 
Coordinate.setErr(float err)
Set error 
 | 
Coordinate | 
Coordinate.setHeight(float height)
Set height 
 | 
Coordinate | 
Coordinate.setNode(String node)
Set name of node 
 | 
Coordinate | 
Coordinate.setVec(List<Float> vec)
Set vector 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Coordinate> | 
CoordinateList.getList()
Get list of coordinates 
 | 
List<Coordinate> | 
DcCoordinates.getServers()
Get list of servers in datacenter 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
CoordinateConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
        Coordinate obj)  | 
static void | 
CoordinateConverter.toJson(Coordinate obj,
      JsonObject json)  | 
static void | 
CoordinateConverter.toJson(Coordinate obj,
      Map<String,Object> json)  | 
| Modifier and Type | Method and Description | 
|---|---|
CoordinateList | 
CoordinateList.setList(List<Coordinate> list)
Set list of coordinates 
 | 
DcCoordinates | 
DcCoordinates.setServers(List<Coordinate> servers)
Set list of servers in datacenter 
 | 
| Constructor and Description | 
|---|
Coordinate(Coordinate coordinate)
Copy constructor 
 | 
Copyright © 2020 Eclipse. All rights reserved.