Uses of Class
io.vertx.core.spi.cluster.NodeInfo
-
Packages that use NodeInfo Package Description io.vertx.core.spi.cluster -
-
Uses of NodeInfo in io.vertx.core.spi.cluster
Methods in io.vertx.core.spi.cluster that return NodeInfo Modifier and Type Method Description NodeInfoClusteredNode. getNodeInfo()Get details about this clustered node.Methods in io.vertx.core.spi.cluster with parameters of type NodeInfo Modifier and Type Method Description voidClusterManager. setNodeInfo(NodeInfo nodeInfo, Completable<Void> promise)Store the details about this clustered node.Method parameters in io.vertx.core.spi.cluster with type arguments of type NodeInfo Modifier and Type Method Description voidClusteredNode. getNodeInfo(String nodeId, Completable<NodeInfo> promise)Get details about a specific node in the cluster.
-