| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.runtime.operators |
This package contains the operators that perform the stream transformations.
|
| Modifier and Type | Method and Description |
|---|---|
SingleOutputStreamOperator<T> |
DataStream.assignTimestampsAndWatermarks(AssignerWithPunctuatedWatermarks<T> timestampAndWatermarkAssigner)
Assigns timestamps to the elements in the data stream and creates watermarks to
signal event time progress based on the elements themselves.
|
| Constructor and Description |
|---|
TimestampsAndPunctuatedWatermarksOperator(AssignerWithPunctuatedWatermarks<T> assigner) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.