Uses of Interface
io.vertx.core.spi.cluster.ClusterManager
-
-
Uses of ClusterManager in io.vertx.core
Methods in io.vertx.core with parameters of type ClusterManager Modifier and Type Method Description VertxBuilder
VertxBuilder. withClusterManager(ClusterManager clusterManager)
Programmatically set the cluster manager to be used when clustering. -
Uses of ClusterManager in io.vertx.ext.cluster.infinispan
Classes in io.vertx.ext.cluster.infinispan that implement ClusterManager Modifier and Type Class Description class
InfinispanClusterManager
-
Uses of ClusterManager in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core with parameters of type ClusterManager Modifier and Type Method Description VertxBuilder
VertxBuilder. withClusterManager(ClusterManager clusterManager)
Programmatically set the cluster manager to be used when clustering. -
Uses of ClusterManager in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core with parameters of type ClusterManager Modifier and Type Method Description VertxBuilder
VertxBuilder. withClusterManager(ClusterManager clusterManager)
Programmatically set the cluster manager to be used when clustering. -
Uses of ClusterManager in io.vertx.spi.cluster.hazelcast
Classes in io.vertx.spi.cluster.hazelcast that implement ClusterManager Modifier and Type Class Description class
HazelcastClusterManager
A cluster manager that uses Hazelcast -
Uses of ClusterManager in io.vertx.spi.cluster.ignite
Classes in io.vertx.spi.cluster.ignite that implement ClusterManager Modifier and Type Class Description class
IgniteClusterManager
Apache Ignite based cluster manager. -
Uses of ClusterManager in io.vertx.spi.cluster.zookeeper
Classes in io.vertx.spi.cluster.zookeeper that implement ClusterManager Modifier and Type Class Description class
ZookeeperClusterManager
A cluster manager that uses Zookeeper
-