Class DataflowPipelineDebugOptions.StagerFactory
java.lang.Object
org.apache.beam.runners.dataflow.options.DataflowPipelineDebugOptions.StagerFactory
- All Implemented Interfaces:
DefaultValueFactory<Stager>
- Enclosing interface:
DataflowPipelineDebugOptions
public static class DataflowPipelineDebugOptions.StagerFactory
extends Object
implements DefaultValueFactory<Stager>
Creates a
Stager object using the class specified in DataflowPipelineDebugOptions.getStagerClass().-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(PipelineOptions options) Creates a default value for a getter marked withDefault.InstanceFactory.
-
Constructor Details
-
StagerFactory
public StagerFactory()
-
-
Method Details
-
create
Description copied from interface:DefaultValueFactoryCreates a default value for a getter marked withDefault.InstanceFactory.- Specified by:
createin interfaceDefaultValueFactory<Stager>- Parameters:
options- The current pipeline options.- Returns:
- The default value to be used for the annotated getter.
-