Class DataflowPipelineDebugOptions.UnboundedReaderMaxReadTimeFactory
java.lang.Object
org.apache.beam.runners.dataflow.options.DataflowPipelineDebugOptions.UnboundedReaderMaxReadTimeFactory
- All Implemented Interfaces:
 DefaultValueFactory<Integer>
- Enclosing interface:
 DataflowPipelineDebugOptions
public static final class DataflowPipelineDebugOptions.UnboundedReaderMaxReadTimeFactory
extends Object
implements DefaultValueFactory<Integer>
Sets Integer value based on old, deprecated field (
DataflowPipelineDebugOptions.getUnboundedReaderMaxReadTimeSec()).- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreate(PipelineOptions options) Creates a default value for a getter marked withDefault.InstanceFactory. 
- 
Constructor Details
- 
UnboundedReaderMaxReadTimeFactory
public UnboundedReaderMaxReadTimeFactory() 
 - 
 - 
Method Details
- 
create
Description copied from interface:DefaultValueFactoryCreates a default value for a getter marked withDefault.InstanceFactory.- Specified by:
 createin interfaceDefaultValueFactory<Integer>- Parameters:
 options- The current pipeline options.- Returns:
 - The default value to be used for the annotated getter.
 
 
 -