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
Classes in io.camunda.zeebe.broker.partitioning that implement TopologyManager -
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, 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.