Package ca.uhn.fhir.jpa.reindex
Class ReindexJobSubmitterImpl
java.lang.Object
ca.uhn.fhir.jpa.reindex.ReindexJobSubmitterImpl
- All Implemented Interfaces:
ca.uhn.fhir.rest.api.server.storage.IMultiUrlJobSubmitter
,ca.uhn.fhir.rest.api.server.storage.IReindexJobSubmitter
public class ReindexJobSubmitterImpl
extends Object
implements ca.uhn.fhir.rest.api.server.storage.IReindexJobSubmitter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.batch.core.JobExecution
submitEverythingJob
(Integer theBatchSize, ca.uhn.fhir.rest.api.server.RequestDetails theRequest) org.springframework.batch.core.JobExecution
submitJob
(Integer theBatchSize, List<String> theUrlsToReindex, ca.uhn.fhir.rest.api.server.RequestDetails theRequest)
-
Constructor Details
-
ReindexJobSubmitterImpl
public ReindexJobSubmitterImpl()
-
-
Method Details
-
submitJob
public org.springframework.batch.core.JobExecution submitJob(Integer theBatchSize, List<String> theUrlsToReindex, ca.uhn.fhir.rest.api.server.RequestDetails theRequest) throws org.springframework.batch.core.JobParametersInvalidException - Specified by:
submitJob
in interfaceca.uhn.fhir.rest.api.server.storage.IMultiUrlJobSubmitter
- Throws:
org.springframework.batch.core.JobParametersInvalidException
-
submitEverythingJob
public org.springframework.batch.core.JobExecution submitEverythingJob(Integer theBatchSize, ca.uhn.fhir.rest.api.server.RequestDetails theRequest) throws org.springframework.batch.core.JobParametersInvalidException - Specified by:
submitEverythingJob
in interfaceca.uhn.fhir.rest.api.server.storage.IReindexJobSubmitter
- Throws:
org.springframework.batch.core.JobParametersInvalidException
-