Package org.apache.flink.streaming.api.functions
-
Class Summary Class Description KeyedProcessFunction<K,I,O> A keyed function that processes elements of a stream.ProcessFunction<I,O> A function that processes elements of a stream.
Class | Description |
---|---|
KeyedProcessFunction<K,I,O> |
A keyed function that processes elements of a stream.
|
ProcessFunction<I,O> |
A function that processes elements of a stream.
|