Class DoFn.WindowedContext

    • Constructor Summary

      Constructors 
      Constructor Description
      WindowedContext()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract PipelineOptions getPipelineOptions()
      Returns the PipelineOptions specified with the PipelineRunner invoking this DoFn.
      abstract <T> void output​(TupleTag<T> tag, T output)
      Adds the given element to the output PCollection with the given tag.
      abstract void output​(OutputT output)
      Adds the given element to the main output PCollection.
      abstract <T> void outputWithTimestamp​(TupleTag<T> tag, T output, org.joda.time.Instant timestamp)
      Adds the given element to the specified output PCollection, with the given timestamp.
      abstract void outputWithTimestamp​(OutputT output, org.joda.time.Instant timestamp)
      Adds the given element to the main output PCollection, with the given timestamp.
      • Methods inherited from class java.lang.Object

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