Uses of Class
io.vertx.core.spi.cluster.NodeInfo
Packages that use NodeInfo
Package
Description
-
Uses of NodeInfo in io.vertx.core.spi.cluster
Methods in io.vertx.core.spi.cluster that return NodeInfoModifier and TypeMethodDescriptionClusteredNode.getNodeInfo()Get details about this clustered node.Methods in io.vertx.core.spi.cluster with parameters of type NodeInfoModifier and TypeMethodDescriptionvoidClusterManager.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 NodeInfoModifier and TypeMethodDescriptionvoidClusteredNode.getNodeInfo(String nodeId, Completable<NodeInfo> promise) Get details about a specific node in the cluster. -
Uses of NodeInfo in io.vertx.ext.cluster.infinispan
Methods in io.vertx.ext.cluster.infinispan that return NodeInfoMethods in io.vertx.ext.cluster.infinispan with parameters of type NodeInfoModifier and TypeMethodDescriptionvoidInfinispanClusterManager.setNodeInfo(NodeInfo nodeInfo, Completable<Void> promise) Method parameters in io.vertx.ext.cluster.infinispan with type arguments of type NodeInfoModifier and TypeMethodDescriptionvoidInfinispanClusterManager.getNodeInfo(String nodeId, Completable<NodeInfo> promise) -
Uses of NodeInfo in io.vertx.spi.cluster.hazelcast
Methods in io.vertx.spi.cluster.hazelcast that return NodeInfoMethods in io.vertx.spi.cluster.hazelcast with parameters of type NodeInfoModifier and TypeMethodDescriptionvoidHazelcastClusterManager.setNodeInfo(NodeInfo nodeInfo, Completable<Void> promise) Method parameters in io.vertx.spi.cluster.hazelcast with type arguments of type NodeInfoModifier and TypeMethodDescriptionvoidHazelcastClusterManager.getNodeInfo(String nodeId, Completable<NodeInfo> promise) -
Uses of NodeInfo in io.vertx.spi.cluster.ignite
Methods in io.vertx.spi.cluster.ignite that return NodeInfoMethods in io.vertx.spi.cluster.ignite with parameters of type NodeInfoModifier and TypeMethodDescriptionvoidIgniteClusterManager.setNodeInfo(NodeInfo nodeInfo, Completable<Void> promise) Method parameters in io.vertx.spi.cluster.ignite with type arguments of type NodeInfoModifier and TypeMethodDescriptionvoidIgniteClusterManager.getNodeInfo(String id, Completable<NodeInfo> promise) -
Uses of NodeInfo in io.vertx.spi.cluster.zookeeper
Methods in io.vertx.spi.cluster.zookeeper that return NodeInfoMethods in io.vertx.spi.cluster.zookeeper with parameters of type NodeInfoModifier and TypeMethodDescriptionvoidZookeeperClusterManager.setNodeInfo(NodeInfo nodeInfo, Completable<Void> promise) Method parameters in io.vertx.spi.cluster.zookeeper with type arguments of type NodeInfoModifier and TypeMethodDescriptionvoidZookeeperClusterManager.getNodeInfo(String nodeId, Completable<NodeInfo> promise)