Class DataflowPipelineDebugOptions.StagerFactory
- java.lang.Object
-
- org.apache.beam.runners.dataflow.options.DataflowPipelineDebugOptions.StagerFactory
-
- All Implemented Interfaces:
org.apache.beam.sdk.options.DefaultValueFactory<Stager>
- Enclosing interface:
- DataflowPipelineDebugOptions
public static class DataflowPipelineDebugOptions.StagerFactory extends java.lang.Object implements org.apache.beam.sdk.options.DefaultValueFactory<Stager>
Creates aStagerobject using the class specified inDataflowPipelineDebugOptions.getStagerClass().
-
-
Constructor Summary
Constructors Constructor Description StagerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stagercreate(org.apache.beam.sdk.options.PipelineOptions options)
-