Class FhirIO.Read.Result

  • All Implemented Interfaces:
    org.apache.beam.sdk.values.PInput, org.apache.beam.sdk.values.POutput
    Enclosing class:
    FhirIO.Read

    public static class FhirIO.Read.Result
    extends java.lang.Object
    implements org.apache.beam.sdk.values.POutput, org.apache.beam.sdk.values.PInput
    The type Result.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<org.apache.beam.sdk.values.TupleTag<?>,​org.apache.beam.sdk.values.PValue> expand()  
      void finishSpecifyingOutput​(java.lang.String transformName, org.apache.beam.sdk.values.PInput input, org.apache.beam.sdk.transforms.PTransform<?,​?> transform)  
      org.apache.beam.sdk.values.PCollection<HealthcareIOError<java.lang.String>> getFailedReads()
      Gets failed reads.
      org.apache.beam.sdk.Pipeline getPipeline()  
      org.apache.beam.sdk.values.PCollection<java.lang.String> getResources()
      Gets resources.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFailedReads

        public org.apache.beam.sdk.values.PCollection<HealthcareIOError<java.lang.String>> getFailedReads()
        Gets failed reads.
        Returns:
        the failed reads
      • getResources

        public org.apache.beam.sdk.values.PCollection<java.lang.String> getResources()
        Gets resources.
        Returns:
        the resources
      • getPipeline

        public org.apache.beam.sdk.Pipeline getPipeline()
        Specified by:
        getPipeline in interface org.apache.beam.sdk.values.PInput
        Specified by:
        getPipeline in interface org.apache.beam.sdk.values.POutput
      • expand

        public java.util.Map<org.apache.beam.sdk.values.TupleTag<?>,​org.apache.beam.sdk.values.PValue> expand()
        Specified by:
        expand in interface org.apache.beam.sdk.values.PInput
        Specified by:
        expand in interface org.apache.beam.sdk.values.POutput
      • finishSpecifyingOutput

        public void finishSpecifyingOutput​(java.lang.String transformName,
                                           org.apache.beam.sdk.values.PInput input,
                                           org.apache.beam.sdk.transforms.PTransform<?,​?> transform)
        Specified by:
        finishSpecifyingOutput in interface org.apache.beam.sdk.values.POutput