Package ca.uhn.fhir.jpa.reindex.job
Class ReindexEverythingJobConfig
java.lang.Object
ca.uhn.fhir.jpa.reindex.job.ReindexEverythingJobConfig
Spring batch Job configuration file. Contains all necessary plumbing to run a
Reindex job.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.batch.core.listener.ExecutionContextPromotionListener
org.springframework.batch.core.Step
org.springframework.batch.core.Job
-
Field Details
-
REINDEX_EVERYTHING_STEP_NAME
- See Also:
-
-
Constructor Details
-
ReindexEverythingJobConfig
public ReindexEverythingJobConfig()
-
-
Method Details
-
reindexJob
-
reindexEverythingStep
-
cronologicalBatchAllResourcePidReader
@Bean @StepScope public CronologicalBatchAllResourcePidReader cronologicalBatchAllResourcePidReader() -
reindexEverythingPromotionListener
@Bean public org.springframework.batch.core.listener.ExecutionContextPromotionListener reindexEverythingPromotionListener()
-