Class DataflowPipelineDebugOptions.UnboundedReaderMaxReadTimeFactory
- java.lang.Object
-
- org.apache.beam.runners.dataflow.options.DataflowPipelineDebugOptions.UnboundedReaderMaxReadTimeFactory
-
- All Implemented Interfaces:
org.apache.beam.sdk.options.DefaultValueFactory<java.lang.Integer>
- Enclosing interface:
- DataflowPipelineDebugOptions
public static final class DataflowPipelineDebugOptions.UnboundedReaderMaxReadTimeFactory extends java.lang.Object implements org.apache.beam.sdk.options.DefaultValueFactory<java.lang.Integer>Sets Integer value based on old, deprecated field (DataflowPipelineDebugOptions.getUnboundedReaderMaxReadTimeSec()).
-
-
Constructor Summary
Constructors Constructor Description UnboundedReaderMaxReadTimeFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integercreate(org.apache.beam.sdk.options.PipelineOptions options)
-