Uses of Interface
io.camunda.zeebe.broker.clustering.ClusterServices
Packages that use ClusterServices
Package
Description
-
Uses of ClusterServices in io.camunda.zeebe.broker.bootstrap
Methods in io.camunda.zeebe.broker.bootstrap that return ClusterServices -
Uses of ClusterServices in io.camunda.zeebe.broker.clustering
Classes in io.camunda.zeebe.broker.clustering that implement ClusterServices -
Uses of ClusterServices in io.camunda.zeebe.broker.partitioning
Constructors in io.camunda.zeebe.broker.partitioning with parameters of type ClusterServicesModifierConstructorDescriptionPartitionManagerImpl(ConcurrencyControl concurrencyControl, ActorSchedulingService actorSchedulingService, BrokerCfg brokerCfg, BrokerInfo localBroker, ClusterServices clusterServices, BrokerHealthCheckService healthCheckService, DiskSpaceUsageMonitor diskSpaceUsageMonitor, List<PartitionListener> partitionListeners, List<PartitionRaftListener> partitionRaftListeners, CommandApiService commandApiService, ExporterRepository exporterRepository, AtomixServerTransport gatewayBrokerTransport, JobStreamer jobStreamer, PartitionDistribution partitionDistribution) -
Uses of ClusterServices in io.camunda.zeebe.broker.partitioning.startup
Constructors in io.camunda.zeebe.broker.partitioning.startup with parameters of type ClusterServicesModifierConstructorDescriptionZeebePartitionFactory(ActorSchedulingService actorSchedulingService, BrokerCfg brokerCfg, BrokerInfo localBroker, CommandApiService commandApiService, ClusterServices clusterServices, ExporterRepository exporterRepository, DiskSpaceUsageMonitor diskSpaceUsageMonitor, AtomixServerTransport gatewayBrokerTransport, JobStreamer jobStreamer, List<PartitionListener> partitionListeners, List<PartitionRaftListener> partitionRaftListeners, TopologyManagerImpl topologyManager, FeatureFlags featureFlags) -
Uses of ClusterServices in io.camunda.zeebe.broker.system
Constructors in io.camunda.zeebe.broker.system with parameters of type ClusterServicesModifierConstructorDescriptionEmbeddedGatewayService(BrokerCfg configuration, ActorSchedulingService actorScheduler, ClusterServices clusterServices, ConcurrencyControl concurrencyControl, JobStreamClient jobStreamClient)