Class DataflowStreamingPipelineOptions.EnableWindmillServiceDirectPathFactory

  • All Implemented Interfaces:
    org.apache.beam.sdk.options.DefaultValueFactory<java.lang.Boolean>
    Enclosing interface:
    DataflowStreamingPipelineOptions

    public static class DataflowStreamingPipelineOptions.EnableWindmillServiceDirectPathFactory
    extends java.lang.Object
    implements org.apache.beam.sdk.options.DefaultValueFactory<java.lang.Boolean>
    EnableStreamingEngine defaults to false unless one of the experiment is set.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean create​(org.apache.beam.sdk.options.PipelineOptions options)  
      • Methods inherited from class java.lang.Object

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

      • EnableWindmillServiceDirectPathFactory

        public EnableWindmillServiceDirectPathFactory()
    • Method Detail

      • create

        public java.lang.Boolean create​(org.apache.beam.sdk.options.PipelineOptions options)
        Specified by:
        create in interface org.apache.beam.sdk.options.DefaultValueFactory<java.lang.Boolean>