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 |
---|---|
void |
ClusterManager.nodeListener(NodeListener listener)
Set a listener that will be called when a node joins or leaves the cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
InfinispanClusterManager.nodeListener(NodeListener nodeListener) |
Modifier and Type | Method and Description |
---|---|
void |
HazelcastClusterManager.nodeListener(NodeListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
IgniteClusterManager.nodeListener(NodeListener nodeListener) |
Modifier and Type | Method and Description |
---|---|
void |
ZookeeperClusterManager.nodeListener(NodeListener listener) |
Copyright © 2024 Eclipse. All rights reserved.