Uses of Class
io.camunda.zeebe.broker.system.partitions.impl.PartitionProcessingState
Packages that use PartitionProcessingState
-
Uses of PartitionProcessingState in io.camunda.zeebe.broker.system.partitions
Constructors in io.camunda.zeebe.broker.system.partitions with parameters of type PartitionProcessingStateModifierConstructorDescriptionPartitionStartupAndTransitionContextImpl(int nodeId, RaftPartition raftPartition, List<PartitionListener> partitionListeners, PartitionMessagingService messagingService, ActorSchedulingService actorSchedulingService, BrokerCfg brokerCfg, Supplier<CommandResponseWriter> commandResponseWriterSupplier, Supplier<Consumer<TypedRecord<?>>> onProcessedListenerSupplier, ConstructableSnapshotStore constructableSnapshotStore, ReceivableSnapshotStore receivableSnapshotStore, StateController stateController, TypedRecordProcessorsFactory typedRecordProcessorsFactory, ExporterRepository exporterRepository, PartitionProcessingState partitionProcessingState) Deprecated.