| Package | Description |
|---|---|
| org.apache.flink.datastream.api.context | |
| org.apache.flink.datastream.api.function | |
| org.apache.flink.datastream.api.stream |
| Class and Description |
|---|
| ApplyPartitionFunction
A function to be applied to all partitions .
|
| TwoOutputApplyPartitionFunction
A function to be applied to all partitions with two outputs.
|
| Class and Description |
|---|
| ProcessFunction
Base class for all user defined process functions.
|
| Class and Description |
|---|
| OneInputStreamProcessFunction
This contains all logical related to process records from single input.
|
| TwoInputBroadcastStreamProcessFunction
This contains all logical related to process records from a broadcast stream and a non-broadcast
stream.
|
| TwoInputNonBroadcastStreamProcessFunction
This contains all logical related to process records from two non-broadcast input.
|
| TwoOutputStreamProcessFunction
This contains all logical related to process and emit records to two output streams.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.