Class DataflowStreamingPipelineOptions.EnableWindmillServiceDirectPathFactory
java.lang.Object
org.apache.beam.runners.dataflow.options.DataflowStreamingPipelineOptions.EnableWindmillServiceDirectPathFactory
- All Implemented Interfaces:
 DefaultValueFactory<Boolean>
- Enclosing interface:
 DataflowStreamingPipelineOptions
public static class DataflowStreamingPipelineOptions.EnableWindmillServiceDirectPathFactory
extends Object
implements DefaultValueFactory<Boolean>
EnableStreamingEngine defaults to false unless one of the experiment is set.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreate(PipelineOptions options) Creates a default value for a getter marked withDefault.InstanceFactory. 
- 
Constructor Details
- 
EnableWindmillServiceDirectPathFactory
public EnableWindmillServiceDirectPathFactory() 
 - 
 - 
Method Details
- 
create
Description copied from interface:DefaultValueFactoryCreates a default value for a getter marked withDefault.InstanceFactory.- Specified by:
 createin interfaceDefaultValueFactory<Boolean>- Parameters:
 options- The current pipeline options.- Returns:
 - The default value to be used for the annotated getter.
 
 
 -