Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait