Class AzureTransformer
- java.lang.Object
-
- com.ibm.fhir.bulkdata.load.partition.transformer.impl.AzureTransformer
-
- All Implemented Interfaces:
PartitionSourceTransformer
public class AzureTransformer extends java.lang.Object implements PartitionSourceTransformer
At most one BulkDataSource is created in a List, but throws when Azure doesn't exist.
-
-
Constructor Summary
Constructors Constructor Description AzureTransformer()
-
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
-
-