Interface PartitionSourceTransformer
-
- All Known Implementing Classes:
AzureTransformer
,FileTransformer
,HttpsTransformer
,S3Transformer
public interface PartitionSourceTransformer
Partitioning Sources
-
-
Method Summary
All Methods Instance Methods Abstract 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
java.util.List<BulkDataSource> transformToDataSources(java.lang.String source, java.lang.String type, java.lang.String location) throws FHIRException
Converts the Source-Type and Location to multiple BulkDataSources for partitioning- Parameters:
source
-type
-location
-- Returns:
- Throws:
FHIRException
-
-