Class SystemExportPartitionMapper
- java.lang.Object
-
- com.ibm.fhir.jbatch.bulkdata.export.system.SystemExportPartitionMapper
-
- All Implemented Interfaces:
javax.batch.api.partition.PartitionMapper
@Dependent public class SystemExportPartitionMapper extends Object implements javax.batch.api.partition.PartitionMapper
Generates thePartitionPlan
describing how the system export work is broken into pieces. Each resource type extracted from the fhirResourceType property is allocated to a partition.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) String
fhirResourceType
-
Constructor Summary
Constructors Constructor Description SystemExportPartitionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.batch.api.partition.PartitionPlan
mapPartitions()
-
-
-
Field Detail
-
fhirResourceType
@Inject String fhirResourceType
-
-