Class S3Transformer
- java.lang.Object
-
- com.ibm.fhir.bulkdata.load.partition.transformer.impl.S3Transformer
-
- All Implemented Interfaces:
PartitionSourceTransformer
public class S3Transformer extends java.lang.Object implements PartitionSourceTransformer
S3Transformer takes the object path, such that GET fhir-import maps to fhir-import.ndjson and fhir-import and anything that matches 'fhir-import*'. Think of this as a matrix of the input to multiple inputs (such as segments in a file).
-
-
Constructor Summary
Constructors Constructor Description S3Transformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<BulkDataSource>
transformToDataSources(java.lang.String source, java.lang.String type, java.lang.String location)
Converts the Source-Type and Location to multiple BulkDataSources for partitioning
-
-
-
Method Detail
-
transformToDataSources
public java.util.List<BulkDataSource> transformToDataSources(java.lang.String source, java.lang.String type, java.lang.String location) throws FHIRException
Description copied from interface:PartitionSourceTransformer
Converts the Source-Type and Location to multiple BulkDataSources for partitioning- Specified by:
transformToDataSources
in interfacePartitionSourceTransformer
- Returns:
- Throws:
FHIRException
-
-