Package org.apache.beam.runners.spark
Class TestSparkPipelineOptions.DefaultStopPipelineWatermarkFactory
- java.lang.Object
-
- org.apache.beam.runners.spark.TestSparkPipelineOptions.DefaultStopPipelineWatermarkFactory
-
- All Implemented Interfaces:
org.apache.beam.sdk.options.DefaultValueFactory<java.lang.Long>
- Enclosing interface:
- TestSparkPipelineOptions
public static class TestSparkPipelineOptions.DefaultStopPipelineWatermarkFactory extends java.lang.Object implements org.apache.beam.sdk.options.DefaultValueFactory<java.lang.Long>A factory to provide the default watermark to stop a pipeline that reads from an unbounded source.
-
-
Constructor Summary
Constructors Constructor Description DefaultStopPipelineWatermarkFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Longcreate(org.apache.beam.sdk.options.PipelineOptions options)
-