Class BeamDataOperator.StreamDescriptor

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private StreamDescriptor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) org.apache.beam.sdk.values.PCollection<StreamElement> createStream​(long limit)  
      • Methods inherited from class java.lang.Object

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

      • pipeline

        org.apache.beam.sdk.Pipeline pipeline
      • name

        @Nullable
        java.lang.String name
      • stopAtCurrent

        boolean stopAtCurrent
      • useEventTime

        boolean useEventTime
    • Constructor Detail

      • StreamDescriptor

        private StreamDescriptor()
    • Method Detail

      • createStream

        org.apache.beam.sdk.values.PCollection<StreamElement> createStream​(long limit)