Package org.apache.beam.examples
Class WindowedWordCount.DefaultToMinTimestampPlusOneHour
- java.lang.Object
-
- org.apache.beam.examples.WindowedWordCount.DefaultToMinTimestampPlusOneHour
-
- All Implemented Interfaces:
org.apache.beam.sdk.options.DefaultValueFactory<java.lang.Long>
- Enclosing class:
- WindowedWordCount
public static class WindowedWordCount.DefaultToMinTimestampPlusOneHour extends java.lang.Object implements org.apache.beam.sdk.options.DefaultValueFactory<java.lang.Long>ADefaultValueFactorythat returns the minimum timestamp plus one hour.
-
-
Constructor Summary
Constructors Constructor Description DefaultToMinTimestampPlusOneHour()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Longcreate(org.apache.beam.sdk.options.PipelineOptions options)
-