Uses of Interface
io.camunda.zeebe.broker.partitioning.topology.TopologyManager
Packages that use TopologyManager
Package
Description
-
Uses of TopologyManager in io.camunda.zeebe.broker.partitioning.startup
Methods in io.camunda.zeebe.broker.partitioning.startup that return TopologyManagerConstructors in io.camunda.zeebe.broker.partitioning.startup with parameters of type TopologyManagerModifierConstructorDescriptionPartitionStartupContext(ActorSchedulingService schedulingService, ConcurrencyControl concurrencyControl, TopologyManager topologyManager, DiskSpaceUsageMonitor diskSpaceUsageMonitor, BrokerHealthCheckService healthCheckService, PartitionManagementService partitionManagementService, PartitionMetadata partitionMetadata, RaftPartitionFactory raftPartitionFactory, ZeebePartitionFactory zeebePartitionFactory, BrokerCfg brokerConfig) -
Uses of TopologyManager in io.camunda.zeebe.broker.partitioning.topology
Classes in io.camunda.zeebe.broker.partitioning.topology that implement TopologyManager -
Uses of TopologyManager in io.camunda.zeebe.broker.system.partitions
Methods in io.camunda.zeebe.broker.system.partitions that return TopologyManagerModifier and TypeMethodDescriptionPartitionContext.getTopologyManager()PartitionStartupAndTransitionContextImpl.getTopologyManager()Deprecated.Constructors in io.camunda.zeebe.broker.system.partitions with parameters of type TopologyManagerModifierConstructorDescriptionPartitionStartupAndTransitionContextImpl(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.