Uses of Class
io.vertx.ext.consul.CoordinateList
Packages that use CoordinateList
-
Uses of CoordinateList in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return CoordinateListModifier and TypeMethodDescriptionCoordinateList.setIndex(long index) Set Consul index, a unique identifier representing the current state of the requested coordinatesCoordinateList.setList(List<Coordinate> list) Set list of coordinatesMethods in io.vertx.ext.consul that return types with arguments of type CoordinateListModifier and TypeMethodDescriptionConsulClient.coordinateNodes()Returns the LAN network coordinates for all nodes in a given DCConsulClient.coordinateNodesWithOptions(BlockingQueryOptions options) Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlikeConsulClient.coordinateNodes()Constructors in io.vertx.ext.consul with parameters of type CoordinateList -
Uses of CoordinateList in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type CoordinateListModifier and TypeMethodDescriptionConsulClient.coordinateNodes()Returns the LAN network coordinates for all nodes in a given DCConsulClient.coordinateNodesWithOptions(BlockingQueryOptions options) Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlikeConsulClient.coordinateNodes()ConsulClient.rxCoordinateNodes()Returns the LAN network coordinates for all nodes in a given DCConsulClient.rxCoordinateNodesWithOptions(BlockingQueryOptions options) Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlikeConsulClient.coordinateNodes() -
Uses of CoordinateList in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return types with arguments of type CoordinateListModifier and TypeMethodDescriptionConsulClient.coordinateNodes()Returns the LAN network coordinates for all nodes in a given DCConsulClient.coordinateNodesWithOptions(BlockingQueryOptions options) Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlikeConsulClient.coordinateNodes()ConsulClient.rxCoordinateNodes()Returns the LAN network coordinates for all nodes in a given DCConsulClient.rxCoordinateNodesWithOptions(BlockingQueryOptions options) Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlikeConsulClient.coordinateNodes()