Class ZeebePartitionFactory
java.lang.Object
io.camunda.zeebe.broker.partitioning.startup.ZeebePartitionFactory
-
Constructor Summary
ConstructorsConstructorDescriptionZeebePartitionFactory(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) -
Method Summary
Modifier and TypeMethodDescriptionconstructPartition(RaftPartition raftPartition, FileBasedSnapshotStore snapshotStore)
-
Constructor Details
-
ZeebePartitionFactory
public 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)
-
-
Method Details
-
constructPartition
public ZeebePartition constructPartition(RaftPartition raftPartition, FileBasedSnapshotStore snapshotStore)
-