| Interface | Description |
|---|---|
| AggregateFunction<I,A,O> |
Interface of aggregate functions.
|
| FilterFunction<T> |
A filter function is a predicate applied individually to each record.
|
| FlatMapFunction<T,R> |
Interface of flat-map functions.
|
| JoinFunction<T,O,R> |
Interface of join functions.
|
| KeyFunction<T,K> |
Interface of key-by functions.
|
| MapFunction<T,R> |
Interface of map functions.
|
| ProcessFunction<T> |
Interface of process functions.
|
| ReduceFunction<T> |
Interface of reduce functions.
|
| SinkFunction<T> |
Interface of sink functions.
|
| SourceFunction<T> |
Interface of Source functions.
|
| SourceFunction.SourceContext<T> |
Copyright © 2020. All rights reserved.