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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreate(PipelineOptions options) Creates a default value for a getter marked withDefault.InstanceFactory. 
- 
Constructor Details
- 
LocalWindmillHostportFactory
public LocalWindmillHostportFactory() 
 - 
 - 
Method Details
- 
create
Description copied from interface:DefaultValueFactoryCreates a default value for a getter marked withDefault.InstanceFactory.- Specified by:
 createin interfaceDefaultValueFactory<String>- Parameters:
 options- The current pipeline options.- Returns:
 - The default value to be used for the annotated getter.
 
 
 -