Uses of Interface
ca.uhn.fhir.batch2.api.IReductionStepExecutorService
Packages that use IReductionStepExecutorService
Package
Description
-
Uses of IReductionStepExecutorService in ca.uhn.fhir.batch2.config
Methods in ca.uhn.fhir.batch2.config that return IReductionStepExecutorServiceModifier and TypeMethodDescriptionBaseBatch2Config.reductionStepExecutorService(IJobPersistence theJobPersistence, IHapiTransactionService theTransactionService, JobDefinitionRegistry theJobDefinitionRegistry) Methods in ca.uhn.fhir.batch2.config with parameters of type IReductionStepExecutorServiceModifier and TypeMethodDescriptionBaseBatch2Config.batch2JobMaintenanceService(ISchedulerService theSchedulerService, JobDefinitionRegistry theJobDefinitionRegistry, JpaStorageSettings theStorageSettings, BatchJobSender theBatchJobSender, WorkChunkProcessor theExecutor, IReductionStepExecutorService theReductionStepExecutorService) -
Uses of IReductionStepExecutorService in ca.uhn.fhir.batch2.coordinator
Classes in ca.uhn.fhir.batch2.coordinator that implement IReductionStepExecutorService -
Uses of IReductionStepExecutorService in ca.uhn.fhir.batch2.maintenance
Constructors in ca.uhn.fhir.batch2.maintenance with parameters of type IReductionStepExecutorServiceModifierConstructorDescriptionJobInstanceProcessor(IJobPersistence theJobPersistence, BatchJobSender theBatchJobSender, String theInstanceId, JobChunkProgressAccumulator theProgressAccumulator, IReductionStepExecutorService theReductionStepExecutorService, JobDefinitionRegistry theJobDefinitionRegistry) JobMaintenanceServiceImpl(ISchedulerService theSchedulerService, IJobPersistence theJobPersistence, JpaStorageSettings theStorageSettings, JobDefinitionRegistry theJobDefinitionRegistry, BatchJobSender theBatchJobSender, WorkChunkProcessor theExecutor, IReductionStepExecutorService theReductionStepExecutorService) Constructor