Uses of Interface
ca.uhn.fhir.batch2.api.IJobPersistence
Packages that use IJobPersistence
Package
Description
-
Uses of IJobPersistence in ca.uhn.fhir.batch2.config
Methods in ca.uhn.fhir.batch2.config with parameters of type IJobPersistenceModifier and TypeMethodDescriptionBaseBatch2Config.reductionStepExecutorService(IJobPersistence theJobPersistence, IHapiTransactionService theTransactionService, JobDefinitionRegistry theJobDefinitionRegistry) -
Uses of IJobPersistence in ca.uhn.fhir.batch2.coordinator
Constructors in ca.uhn.fhir.batch2.coordinator with parameters of type IJobPersistenceModifierConstructorDescriptionJobCoordinatorImpl(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) ConstructorStepExecutor(IJobPersistence theJobPersistence) WorkChunkProcessor(IJobPersistence theJobPersistence, BatchJobSender theSender, IHapiTransactionService theHapiTransactionService) -
Uses of IJobPersistence in ca.uhn.fhir.batch2.maintenance
Constructors in ca.uhn.fhir.batch2.maintenance with parameters of type IJobPersistenceModifierConstructorDescriptionJobInstanceProcessor(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 IJobPersistence in ca.uhn.fhir.batch2.progress
Constructors in ca.uhn.fhir.batch2.progress with parameters of type IJobPersistenceModifierConstructorDescriptionJobInstanceProgressCalculator(IJobPersistence theJobPersistence, JobChunkProgressAccumulator theProgressAccumulator, JobDefinitionRegistry theJobDefinitionRegistry)