See: Description
Interface | Description |
---|---|
Triggerable |
This interface must be implemented by objects that are triggered by the timer service available
to stream operators in
StreamExecutionEnvironment . |
Class | Description |
---|---|
ExtractTimestampsOperator<T> | Deprecated |
TimestampsAndPeriodicWatermarksOperator<T> |
A stream operator that extracts timestamps from stream elements and
generates periodic watermarks.
|
TimestampsAndPunctuatedWatermarksOperator<T> |
A stream operator that extracts timestamps from stream elements and
generates watermarks based on punctuation elements.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.