T - The type of the elements that result from this UnionTransformation@Internal
public class UnionTransformation<T>
extends org.apache.flink.api.dag.Transformation<T>
Transformations.
This does not create a physical operation, it only affects how upstream operations are connected to downstream operations.
| Constructor and Description |
|---|
UnionTransformation(List<org.apache.flink.api.dag.Transformation<T>> inputs)
Creates a new
UnionTransformation from the given input Transformations. |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.flink.api.dag.Transformation<T>> |
getInputs()
Returns the list of input
Transformations. |
Collection<org.apache.flink.api.dag.Transformation<?>> |
getTransitivePredecessors() |
equals, getBufferTimeout, getCoLocationGroupKey, getId, getManagedMemoryWeight, getMaxParallelism, getMinResources, getName, getNewNodeId, getOutputType, getParallelism, getPreferredResources, getSlotSharingGroup, getUid, getUserProvidedNodeHash, hashCode, setBufferTimeout, setCoLocationGroupKey, setManagedMemoryWeight, setMaxParallelism, setName, setOutputType, setParallelism, setResources, setSlotSharingGroup, setUid, setUidHash, toStringpublic List<org.apache.flink.api.dag.Transformation<T>> getInputs()
Transformations.public Collection<org.apache.flink.api.dag.Transformation<?>> getTransitivePredecessors()
getTransitivePredecessors in class org.apache.flink.api.dag.Transformation<T>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.