Class DataflowStreamingPipelineOptions.LocalWindmillHostportFactory

java.lang.Object
org.apache.beam.runners.dataflow.options.DataflowStreamingPipelineOptions.LocalWindmillHostportFactory
All Implemented Interfaces:
DefaultValueFactory<String>
Enclosing interface:
DataflowStreamingPipelineOptions

public static class DataflowStreamingPipelineOptions.LocalWindmillHostportFactory extends Object implements DefaultValueFactory<String>
Factory for creating local Windmill address. Reads from system propery 'windmill.hostport' for backwards compatibility.
  • Constructor Details

    • LocalWindmillHostportFactory

      public LocalWindmillHostportFactory()
  • Method Details