| Package | Description |
|---|---|
| org.apache.flink.api.java.operators |
| Modifier and Type | Class and Description |
|---|---|
class |
TwoInputUdfOperator<IN1,IN2,OUT,O extends TwoInputUdfOperator<IN1,IN2,OUT,O>>
Deprecated.
All Flink DataSet APIs are deprecated since Flink 1.18 and will be removed in a
future Flink major version. You can still build your application in DataSet, but you should
move to either the DataStream and/or Table API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoGroupOperator<I1,I2,OUT>
Deprecated.
All Flink DataSet APIs are deprecated since Flink 1.18 and will be removed in a
future Flink major version. You can still build your application in DataSet, but you should
move to either the DataStream and/or Table API.
|
class |
CoGroupRawOperator<I1,I2,OUT>
A
DataSet that is the result of a CoGroup transformation. |
class |
CrossOperator<I1,I2,OUT>
Deprecated.
All Flink DataSet APIs are deprecated since Flink 1.18 and will be removed in a
future Flink major version. You can still build your application in DataSet, but you should
move to either the DataStream and/or Table API.
|
static class |
CrossOperator.DefaultCross<I1,I2>
Deprecated.
A Cross transformation that wraps pairs of crossed elements into
Tuple2. |
static class |
CrossOperator.ProjectCross<I1,I2,OUT extends org.apache.flink.api.java.tuple.Tuple>
Deprecated.
A Cross transformation that projects crossing elements or fields of crossing
Tuples into result Tuples. |
class |
JoinOperator<I1,I2,OUT>
Deprecated.
All Flink DataSet APIs are deprecated since Flink 1.18 and will be removed in a
future Flink major version. You can still build your application in DataSet, but you should
move to either the DataStream and/or Table API.
|
static class |
JoinOperator.DefaultJoin<I1,I2>
Deprecated.
A Join transformation that wraps pairs of joining elements into
Tuple2. |
static class |
JoinOperator.EquiJoin<I1,I2,OUT>
Deprecated.
A Join transformation that applies a
JoinFunction on each pair of joining elements. |
static class |
JoinOperator.ProjectJoin<I1,I2,OUT extends org.apache.flink.api.java.tuple.Tuple>
Deprecated.
A Join transformation that projects joining elements or fields of joining
Tuples into result Tuples. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.