Uses of Class
io.camunda.zeebe.broker.system.configuration.ClusterCfg
-
Packages that use ClusterCfg Package Description io.camunda.zeebe.broker.clustering.topology io.camunda.zeebe.broker.system.configuration -
-
Uses of ClusterCfg in io.camunda.zeebe.broker.clustering.topology
Constructors in io.camunda.zeebe.broker.clustering.topology with parameters of type ClusterCfg Constructor Description TopologyManagerImpl(Atomix atomix, BrokerInfo localBroker, ClusterCfg clusterCfg) -
Uses of ClusterCfg in io.camunda.zeebe.broker.system.configuration
Methods in io.camunda.zeebe.broker.system.configuration that return ClusterCfg Modifier and Type Method Description ClusterCfgBrokerCfg. getCluster()Methods in io.camunda.zeebe.broker.system.configuration with parameters of type ClusterCfg Modifier and Type Method Description voidBrokerCfg. setCluster(ClusterCfg cluster)
-