Package | Description |
---|---|
io.vertx.core | |
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 |
---|---|
ClusterManager |
VertxOptions.getClusterManager()
Get the cluster manager to be used when clustering.
|
Modifier and Type | Method and Description |
---|---|
VertxOptions |
VertxOptions.setClusterManager(ClusterManager clusterManager)
Programmatically set the cluster manager to be used when clustering.
|
Modifier and Type | Class and Description |
---|---|
class |
InfinispanClusterManager |
Modifier and Type | Class and Description |
---|---|
class |
HazelcastClusterManager
A cluster manager that uses Hazelcast
|
Modifier and Type | Class and Description |
---|---|
class |
IgniteClusterManager
Apache Ignite based cluster manager.
|
Modifier and Type | Class and Description |
---|---|
class |
ZookeeperClusterManager
A cluster manager that uses Zookeeper
|
Copyright © 2023 Eclipse. All rights reserved.