Uses of Class
io.camunda.zeebe.broker.exporter.repo.ExporterRepository
Packages that use ExporterRepository
Package
Description
-
Uses of ExporterRepository in io.camunda.zeebe.broker.bootstrap
Methods in io.camunda.zeebe.broker.bootstrap that return ExporterRepositoryModifier and TypeMethodDescriptionBrokerStartupContext.getExporterRepository()BrokerStartupContextImpl.getExporterRepository()Constructors in io.camunda.zeebe.broker.bootstrap with parameters of type ExporterRepositoryModifierConstructorDescriptionBrokerStartupContextImpl(BrokerInfo brokerInfo, BrokerCfg configuration, SpringBrokerBridge springBrokerBridge, ActorScheduler actorScheduler, BrokerHealthCheckService healthCheckService, ExporterRepository exporterRepository, List<PartitionListener> additionalPartitionListeners) -
Uses of ExporterRepository in io.camunda.zeebe.broker.partitioning
Constructors in io.camunda.zeebe.broker.partitioning with parameters of type ExporterRepositoryModifierConstructorDescriptionPartitionManagerImpl(ActorSchedulingService actorSchedulingService, BrokerCfg brokerCfg, BrokerInfo localBroker, ClusterServices clusterServices, BrokerHealthCheckService healthCheckService, PushDeploymentRequestHandler deploymentRequestHandler, Consumer<DiskSpaceUsageListener> diskSpaceUsageListenerRegistry, List<PartitionListener> partitionListeners, CommandApiService commandApiService, ExporterRepository exporterRepository) -
Uses of ExporterRepository in io.camunda.zeebe.broker.system.partitions
Methods in io.camunda.zeebe.broker.system.partitions that return ExporterRepositoryModifier and TypeMethodDescriptionPartitionStartupAndTransitionContextImpl.getExporterRepository()Deprecated.Constructors in io.camunda.zeebe.broker.system.partitions with parameters of type ExporterRepositoryModifierConstructorDescriptionPartitionStartupAndTransitionContextImpl(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.