| Package | Description | 
|---|---|
| io.vertx.core.spi.cluster | |
| io.vertx.ext.cluster.infinispan | |
| io.vertx.spi.cluster.hazelcast | |
| io.vertx.spi.cluster.ignite | |
| io.vertx.spi.cluster.zookeeper | 
| Modifier and Type | Method and Description | 
|---|---|
NodeInfo | 
ClusterManager.getNodeInfo()
Get details about this clustered node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClusterManager.setNodeInfo(NodeInfo nodeInfo,
           Promise<Void> promise)
Store the details about this clustered node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClusterManager.getNodeInfo(String nodeId,
           Promise<NodeInfo> promise)
Get details about a specific node in the cluster. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NodeInfo | 
InfinispanClusterManager.getNodeInfo()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InfinispanClusterManager.setNodeInfo(NodeInfo nodeInfo,
           Promise<Void> promise)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InfinispanClusterManager.getNodeInfo(String nodeId,
           Promise<NodeInfo> promise)  | 
| Modifier and Type | Method and Description | 
|---|---|
NodeInfo | 
HazelcastClusterManager.getNodeInfo()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HazelcastClusterManager.setNodeInfo(NodeInfo nodeInfo,
           Promise<Void> promise)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HazelcastClusterManager.getNodeInfo(String nodeId,
           Promise<NodeInfo> promise)  | 
| Modifier and Type | Method and Description | 
|---|---|
NodeInfo | 
IgniteClusterManager.getNodeInfo()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IgniteClusterManager.setNodeInfo(NodeInfo nodeInfo,
           Promise<Void> promise)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IgniteClusterManager.getNodeInfo(String id,
           Promise<NodeInfo> promise)  | 
| Modifier and Type | Method and Description | 
|---|---|
NodeInfo | 
ZookeeperClusterManager.getNodeInfo()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ZookeeperClusterManager.setNodeInfo(NodeInfo nodeInfo,
           Promise<Void> promise)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ZookeeperClusterManager.getNodeInfo(String nodeId,
           Promise<NodeInfo> promise)  | 
Copyright © 2020 Eclipse. All rights reserved.