| 程序包 | 说明 |
|---|---|
| org.apache.flink.datastream.api.context | |
| org.apache.flink.datastream.api.function | |
| org.apache.flink.datastream.api.stream |
| 类和说明 |
|---|
| ApplyPartitionFunction
A function to be applied to all partitions .
|
| TwoOutputApplyPartitionFunction
A function to be applied to all partitions with two outputs.
|
| 类和说明 |
|---|
| ProcessFunction
Base class for all user defined process functions.
|
| 类和说明 |
|---|
| 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–2024 The Apache Software Foundation. All rights reserved.