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 Details

  • 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 interface ca.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 interface ca.uhn.fhir.rest.api.server.storage.IReindexJobSubmitter
      Throws:
      org.springframework.batch.core.JobParametersInvalidException