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, ActorSchedulingService actorScheduler, BrokerHealthCheckService healthCheckService, ExporterRepository exporterRepository, ClusterServicesImpl clusterServices, 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, DiskSpaceUsageMonitor diskSpaceUsageMonitor, List<PartitionListener> partitionListeners, CommandApiService commandApiService, ExporterRepository exporterRepository, AtomixServerTransport gatewayBrokerTransport, JobStreamer jobStreamer, PartitionDistribution partitionDistribution) -
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, 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.