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(ActorSchedulingService actorSchedulingService, BrokerCfg brokerCfg, BrokerInfo localBroker, ClusterServices clusterServices, BrokerHealthCheckService healthCheckService, DiskSpaceUsageMonitor diskSpaceUsageMonitor, List<PartitionListener> partitionListeners, CommandApiService commandApiService, ExporterRepository exporterRepository, AtomixServerTransport gatewayBrokerTransport, JobStreamer jobStreamer)