Class PartitionRunner

java.lang.Object
ca.uhn.fhir.jpa.dao.expunge.PartitionRunner

public class PartitionRunner extends Object
  • Constructor Details

    • PartitionRunner

      public PartitionRunner(String theProcessName, String theThreadPrefix, int theBatchSize, int theThreadCount)
      Constructor - Use this constructor if you do not want any transaction management
    • PartitionRunner

      public PartitionRunner(String theProcessName, String theThreadPrefix, int theBatchSize, int theThreadCount, @Nullable HapiTransactionService theTransactionService, @Nullable ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
      Constructor - Use this constructor and provide a RequestDetails and HapiTransactionService if you want each individual callable task to be performed in a managed transaction.
  • Method Details