Uses of Class
ca.uhn.fhir.batch2.coordinator.WorkChunkProcessor
Packages that use WorkChunkProcessor
Package
Description
-
Uses of WorkChunkProcessor in ca.uhn.fhir.batch2.config
Methods in ca.uhn.fhir.batch2.config that return WorkChunkProcessorModifier and TypeMethodDescriptionBaseBatch2Config.jobStepExecutorService(BatchJobSender theBatchJobSender) Methods in ca.uhn.fhir.batch2.config with parameters of type WorkChunkProcessorModifier and TypeMethodDescriptionBaseBatch2Config.batch2JobCoordinator(JobDefinitionRegistry theJobDefinitionRegistry, BatchJobSender theBatchJobSender, WorkChunkProcessor theExecutor, IJobMaintenanceService theJobMaintenanceService, IHapiTransactionService theTransactionService) BaseBatch2Config.batch2JobMaintenanceService(ISchedulerService theSchedulerService, JobDefinitionRegistry theJobDefinitionRegistry, JpaStorageSettings theStorageSettings, BatchJobSender theBatchJobSender, WorkChunkProcessor theExecutor, IReductionStepExecutorService theReductionStepExecutorService) -
Uses of WorkChunkProcessor in ca.uhn.fhir.batch2.coordinator
Constructors in ca.uhn.fhir.batch2.coordinator with parameters of type WorkChunkProcessorModifierConstructorDescriptionJobCoordinatorImpl(BatchJobSender theBatchJobSender, IChannelReceiver theWorkChannelReceiver, IJobPersistence theJobPersistence, JobDefinitionRegistry theJobDefinitionRegistry, WorkChunkProcessor theExecutorSvc, IJobMaintenanceService theJobMaintenanceService, IHapiTransactionService theTransactionService) ConstructorJobStepExecutorFactory(IJobPersistence theJobPersistence, BatchJobSender theBatchJobSender, WorkChunkProcessor theExecutorSvc, IJobMaintenanceService theJobMaintenanceService, JobDefinitionRegistry theJobDefinitionRegistry) -
Uses of WorkChunkProcessor in ca.uhn.fhir.batch2.maintenance
Constructors in ca.uhn.fhir.batch2.maintenance with parameters of type WorkChunkProcessorModifierConstructorDescriptionJobMaintenanceServiceImpl(ISchedulerService theSchedulerService, IJobPersistence theJobPersistence, JpaStorageSettings theStorageSettings, JobDefinitionRegistry theJobDefinitionRegistry, BatchJobSender theBatchJobSender, WorkChunkProcessor theExecutor, IReductionStepExecutorService theReductionStepExecutorService) Constructor