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