Uses of Class
io.camunda.zeebe.broker.system.configuration.BrokerCfg
Packages that use BrokerCfg
Package
Description
-
Uses of BrokerCfg in io.camunda.zeebe.broker
Methods in io.camunda.zeebe.broker that return BrokerCfg -
Uses of BrokerCfg in io.camunda.zeebe.broker.bootstrap
Methods in io.camunda.zeebe.broker.bootstrap that return BrokerCfgModifier and TypeMethodDescriptionBrokerStartupContext.getBrokerConfiguration()BrokerStartupContextImpl.getBrokerConfiguration()Constructors in io.camunda.zeebe.broker.bootstrap with parameters of type BrokerCfgModifierConstructorDescriptionBrokerStartupContextImpl(BrokerInfo brokerInfo, BrokerCfg configuration, SpringBrokerBridge springBrokerBridge, ActorSchedulingService actorScheduler, BrokerHealthCheckService healthCheckService, ExporterRepository exporterRepository, ClusterServicesImpl clusterServices, List<PartitionListener> additionalPartitionListeners) -
Uses of BrokerCfg in io.camunda.zeebe.broker.clustering
Methods in io.camunda.zeebe.broker.clustering with parameters of type BrokerCfg -
Uses of BrokerCfg in io.camunda.zeebe.broker.partitioning
Constructors in io.camunda.zeebe.broker.partitioning with parameters of type BrokerCfgModifierConstructorDescriptionPartitionManagerImpl(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 BrokerCfg in io.camunda.zeebe.broker.partitioning.startup
Methods in io.camunda.zeebe.broker.partitioning.startup that return BrokerCfgConstructors in io.camunda.zeebe.broker.partitioning.startup with parameters of type BrokerCfgModifierConstructorDescriptionPartitionStartupContext(ActorSchedulingService schedulingService, ConcurrencyControl concurrencyControl, TopologyManager topologyManager, DiskSpaceUsageMonitor diskSpaceUsageMonitor, BrokerHealthCheckService healthCheckService, PartitionManagementService partitionManagementService, PartitionMetadata partitionMetadata, RaftPartitionFactory raftPartitionFactory, ZeebePartitionFactory zeebePartitionFactory, BrokerCfg brokerConfig) RaftPartitionFactory(BrokerCfg brokerCfg) ZeebePartitionFactory(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 BrokerCfg in io.camunda.zeebe.broker.system
Methods in io.camunda.zeebe.broker.system that return BrokerCfgConstructors in io.camunda.zeebe.broker.system with parameters of type BrokerCfgModifierConstructorDescriptionEmbeddedGatewayService(BrokerCfg configuration, ActorSchedulingService actorScheduler, ClusterServices clusterServices, ConcurrencyControl concurrencyControl, JobStreamClient jobStreamClient) SystemContext(BrokerCfg brokerCfg, ActorScheduler scheduler, AtomixCluster cluster) -
Uses of BrokerCfg in io.camunda.zeebe.broker.system.configuration
Methods in io.camunda.zeebe.broker.system.configuration that return BrokerCfgModifier and TypeMethodDescriptionBrokerCfg.setBackpressure(BackpressureCfg backpressure) BrokerCfg.setGateway(EmbeddedGatewayCfg gateway) Methods in io.camunda.zeebe.broker.system.configuration with parameters of type BrokerCfgModifier and TypeMethodDescriptionvoiddefault voidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of BrokerCfg in io.camunda.zeebe.broker.system.configuration.backup
Methods in io.camunda.zeebe.broker.system.configuration.backup with parameters of type BrokerCfg -
Uses of BrokerCfg in io.camunda.zeebe.broker.system.configuration.engine
Methods in io.camunda.zeebe.broker.system.configuration.engine with parameters of type BrokerCfg -
Uses of BrokerCfg in io.camunda.zeebe.broker.system.partitions
Methods in io.camunda.zeebe.broker.system.partitions that return BrokerCfgModifier and TypeMethodDescriptionPartitionStartupAndTransitionContextImpl.getBrokerCfg()Deprecated.PartitionTransitionContext.getBrokerCfg()Constructors in io.camunda.zeebe.broker.system.partitions with parameters of type BrokerCfgModifierConstructorDescriptionPartitionStartupAndTransitionContextImpl(int nodeId, ClusterCommunicationService clusterCommunicationService, RaftPartition raftPartition, List<PartitionListener> partitionListeners, List<PartitionRaftListener> partitionRaftListeners, PartitionMessagingService partitionCommunicationService, ActorSchedulingService actorSchedulingService, BrokerCfg brokerCfg, Supplier<CommandResponseWriter> commandResponseWriterSupplier, Supplier<Consumer<TypedRecord<?>>> onProcessedListenerSupplier, PersistedSnapshotStore persistedSnapshotStore, StateController stateController, TypedRecordProcessorsFactory typedRecordProcessorsFactory, ExporterRepository exporterRepository, PartitionProcessingState partitionProcessingState, DiskSpaceUsageMonitor diskSpaceUsageMonitor, AtomixServerTransport gatewayBrokerTransport, TopologyManager topologyManager) Deprecated.