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