Uses of Class
io.camunda.zeebe.broker.system.partitions.impl.PartitionProcessingState
-
Packages that use PartitionProcessingState Package Description io.camunda.zeebe.broker.system.partitions -
-
Uses of PartitionProcessingState in io.camunda.zeebe.broker.system.partitions
Constructors in io.camunda.zeebe.broker.system.partitions with parameters of type PartitionProcessingState Constructor Description PartitionContext(int nodeId, RaftPartition raftPartition, List<PartitionListener> partitionListeners, PartitionMessagingService messagingService, ActorScheduler actorScheduler, BrokerCfg brokerCfg, CommandApiService commandApiService, SnapshotStoreSupplier snapshotStoreSupplier, TypedRecordProcessorsFactory typedRecordProcessorsFactory, ExporterRepository exporterRepository, PartitionProcessingState partitionProcessingState)
-