Uses of Class
ca.uhn.fhir.batch2.coordinator.JobDefinitionRegistry
Packages that use JobDefinitionRegistry
Package
Description
-
Uses of JobDefinitionRegistry in ca.uhn.fhir.batch2.config
Methods in ca.uhn.fhir.batch2.config that return JobDefinitionRegistryMethods in ca.uhn.fhir.batch2.config with parameters of type JobDefinitionRegistryModifier 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) BaseBatch2Config.reductionStepExecutorService(IJobPersistence theJobPersistence, IHapiTransactionService theTransactionService, JobDefinitionRegistry theJobDefinitionRegistry) -
Uses of JobDefinitionRegistry in ca.uhn.fhir.batch2.coordinator
Constructors in ca.uhn.fhir.batch2.coordinator with parameters of type JobDefinitionRegistryModifierConstructorDescriptionJobCoordinatorImpl(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) ReductionStepDataSink(String theInstanceId, JobWorkCursor<PT, IT, OT> theJobWorkCursor, IJobPersistence thePersistence, JobDefinitionRegistry theJobDefinitionRegistry) ReductionStepExecutorServiceImpl(IJobPersistence theJobPersistence, IHapiTransactionService theTransactionService, JobDefinitionRegistry theJobDefinitionRegistry) Constructor -
Uses of JobDefinitionRegistry in ca.uhn.fhir.batch2.maintenance
Constructors in ca.uhn.fhir.batch2.maintenance with parameters of type JobDefinitionRegistryModifierConstructorDescriptionJobInstanceProcessor(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 -
Uses of JobDefinitionRegistry in ca.uhn.fhir.batch2.progress
Constructors in ca.uhn.fhir.batch2.progress with parameters of type JobDefinitionRegistryModifierConstructorDescriptionJobInstanceProgressCalculator(IJobPersistence theJobPersistence, JobChunkProgressAccumulator theProgressAccumulator, JobDefinitionRegistry theJobDefinitionRegistry) JobInstanceStatusUpdater(JobDefinitionRegistry theJobDefinitionRegistry)