Class HL7v2IO.Read.Result

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

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

      All Methods Static 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()  
      org.apache.beam.sdk.values.PCollection<HL7v2Message> getMessages()  
      org.apache.beam.sdk.Pipeline getPipeline()  
      static HL7v2IO.Read.Result of​(org.apache.beam.sdk.values.PCollectionTuple pct)  
      • Methods inherited from class java.lang.Object

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

      • of

        public static HL7v2IO.Read.Result of​(org.apache.beam.sdk.values.PCollectionTuple pct)
                                      throws java.lang.IllegalArgumentException
        Throws:
        java.lang.IllegalArgumentException
      • getFailedReads

        public org.apache.beam.sdk.values.PCollection<HealthcareIOError<java.lang.String>> getFailedReads()
      • getMessages

        public org.apache.beam.sdk.values.PCollection<HL7v2Message> getMessages()
      • 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