| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.functions | |
| org.apache.flink.streaming.api.functions.timestamps | |
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.runtime.operators |
This package contains the operators that perform the stream transformations.
|
| 类和说明 |
|---|
| AssignerWithPeriodicWatermarks
The
AssignerWithPeriodicWatermarks assigns event time timestamps to elements,
and generates low watermarks that signal event time progress within the stream. |
| AssignerWithPunctuatedWatermarks
The
AssignerWithPunctuatedWatermarks assigns event time timestamps to elements,
and generates low watermarks that signal event time progress within the stream. |
| KeyedProcessFunction
A keyed function that processes elements of a stream.
|
| ProcessFunction
A function that processes elements of a stream.
|
| TimestampExtractor
已过时。
This class has been replaced by
AssignerWithPeriodicWatermarks and
AssignerWithPunctuatedWatermarks |
| 类和说明 |
|---|
| AssignerWithPeriodicWatermarks
The
AssignerWithPeriodicWatermarks assigns event time timestamps to elements,
and generates low watermarks that signal event time progress within the stream. |
| TimestampAssigner
A
TimestampAssigner assigns event time timestamps to elements. |
| 类和说明 |
|---|
| KeyedProcessFunction
A keyed function that processes elements of a stream.
|
| ProcessFunction
A function that processes elements of a stream.
|
| 类和说明 |
|---|
| AssignerWithPeriodicWatermarks
The
AssignerWithPeriodicWatermarks assigns event time timestamps to elements,
and generates low watermarks that signal event time progress within the stream. |
| AssignerWithPunctuatedWatermarks
The
AssignerWithPunctuatedWatermarks assigns event time timestamps to elements,
and generates low watermarks that signal event time progress within the stream. |
| TimestampExtractor
已过时。
This class has been replaced by
AssignerWithPeriodicWatermarks and
AssignerWithPunctuatedWatermarks |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.