| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.operators |
| 限定符和类型 | 方法和说明 |
|---|---|
<R> SingleOutputStreamOperator<R> |
KeyedStream.process(ProcessFunction<T,R> processFunction)
|
<R> SingleOutputStreamOperator<R> |
DataStream.process(ProcessFunction<T,R> processFunction)
Applies the given
ProcessFunction on the input stream, thereby
creating a transformed output stream. |
<R> SingleOutputStreamOperator<R> |
KeyedStream.process(ProcessFunction<T,R> processFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<R> outputType)
|
<R> SingleOutputStreamOperator<R> |
DataStream.process(ProcessFunction<T,R> processFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<R> outputType)
Applies the given
ProcessFunction on the input stream, thereby
creating a transformed output stream. |
| 构造器和说明 |
|---|
LegacyKeyedProcessOperator(ProcessFunction<IN,OUT> function)
已过时。
|
ProcessOperator(ProcessFunction<IN,OUT> function) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.