Uses of Class
io.vertx.ext.consul.Coordinate
-
Packages that use Coordinate Package Description io.vertx.ext.consul -
-
Uses of Coordinate in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return Coordinate Modifier and Type Method Description Coordinate
Coordinate. setAdj(float adj)
Set adjustmentCoordinate
Coordinate. setErr(float err)
Set errorCoordinate
Coordinate. setHeight(float height)
Set heightCoordinate
Coordinate. setNode(String node)
Set name of nodeCoordinate
Coordinate. setVec(List<Float> vec)
Set vectorMethods in io.vertx.ext.consul that return types with arguments of type Coordinate Modifier and Type Method Description List<Coordinate>
CoordinateList. getList()
Get list of coordinatesList<Coordinate>
DcCoordinates. getServers()
Get list of servers in datacenterMethod parameters in io.vertx.ext.consul with type arguments of type Coordinate Modifier and Type Method Description CoordinateList
CoordinateList. setList(List<Coordinate> list)
Set list of coordinatesDcCoordinates
DcCoordinates. setServers(List<Coordinate> servers)
Set list of servers in datacenterConstructors in io.vertx.ext.consul with parameters of type Coordinate Constructor Description Coordinate(Coordinate coordinate)
Copy constructor
-