Package ca.uhn.fhir.jpa.batch2
Class JpaJobPartitionProvider
java.lang.Object
ca.uhn.fhir.batch2.coordinator.DefaultJobPartitionProvider
ca.uhn.fhir.jpa.batch2.JpaJobPartitionProvider
- All Implemented Interfaces:
IJobPartitionProvider
Deprecated.
The default JPA implementation, which uses
IRequestPartitionHelperSvc
and IPartitionLookupSvc
to compute the PartitionedUrl
list to run a batch2 job.
The latter will be used to handle cases when the job is configured to run against all partitions
(bulk system operation) and will return the actual list with all the configured partitions.-
Field Summary
Fields inherited from class ca.uhn.fhir.batch2.coordinator.DefaultJobPartitionProvider
myFhirContext, myRequestPartitionHelper
-
Constructor Summary
ConstructorDescriptionJpaJobPartitionProvider
(ca.uhn.fhir.context.FhirContext theFhirContext, IRequestPartitionHelperSvc theRequestPartitionHelperSvc, MatchUrlService theMatchUrlService, IPartitionLookupSvc thePartitionLookupSvc) Deprecated.JpaJobPartitionProvider
(IRequestPartitionHelperSvc theRequestPartitionHelperSvc, IPartitionLookupSvc thePartitionLookupSvc) Deprecated. -
Method Summary
Methods inherited from class ca.uhn.fhir.batch2.coordinator.DefaultJobPartitionProvider
getPartitionedUrls, getPartitions
-
Constructor Details
-
JpaJobPartitionProvider
public JpaJobPartitionProvider(IRequestPartitionHelperSvc theRequestPartitionHelperSvc, IPartitionLookupSvc thePartitionLookupSvc) Deprecated. -
JpaJobPartitionProvider
public JpaJobPartitionProvider(ca.uhn.fhir.context.FhirContext theFhirContext, IRequestPartitionHelperSvc theRequestPartitionHelperSvc, MatchUrlService theMatchUrlService, IPartitionLookupSvc thePartitionLookupSvc) Deprecated.
-
-
Method Details
-
getAllPartitions
Deprecated.- Overrides:
getAllPartitions
in classDefaultJobPartitionProvider
-