Class DataflowStreamingPipelineOptions.LocalWindmillHostportFactory
- java.lang.Object
-
- org.apache.beam.runners.dataflow.options.DataflowStreamingPipelineOptions.LocalWindmillHostportFactory
-
- All Implemented Interfaces:
org.apache.beam.sdk.options.DefaultValueFactory<java.lang.String>
- Enclosing interface:
- DataflowStreamingPipelineOptions
public static class DataflowStreamingPipelineOptions.LocalWindmillHostportFactory extends java.lang.Object implements org.apache.beam.sdk.options.DefaultValueFactory<java.lang.String>Factory for creating local Windmill address. Reads from system propery 'windmill.hostport' for backwards compatibility.
-
-
Constructor Summary
Constructors Constructor Description LocalWindmillHostportFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringcreate(org.apache.beam.sdk.options.PipelineOptions options)
-