Package | Description |
---|---|
org.apache.flink.api.java | |
org.apache.flink.api.java.operators |
Modifier and Type | Method and Description |
---|---|
UnionOperator<T> |
DataSet.union(DataSet<T> other)
Deprecated.
Creates a union of this DataSet with an other DataSet.
|
Modifier and Type | Method and Description |
---|---|
UnionOperator<T> |
UnionOperator.setParallelism(int parallelism)
Deprecated.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.