Class UnionTransformation<T>
- java.lang.Object
-
- org.apache.flink.api.dag.Transformation<T>
-
- org.apache.flink.streaming.api.transformations.UnionTransformation<T>
-
- Type Parameters:
T- The type of the elements that result from thisUnionTransformation
@Internal public class UnionTransformation<T> extends org.apache.flink.api.dag.Transformation<T>This transformation represents a union of several inputTransformations.This does not create a physical operation, it only affects how upstream operations are connected to downstream operations.
-
-
Constructor Summary
Constructors Constructor Description UnionTransformation(List<org.apache.flink.api.dag.Transformation<T>> inputs)Creates a newUnionTransformationfrom the given inputTransformations.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.apache.flink.api.dag.Transformation<?>>getInputs()protected List<org.apache.flink.api.dag.Transformation<?>>getTransitivePredecessorsInternal()-
Methods inherited from class org.apache.flink.api.dag.Transformation
declareManagedMemoryUseCaseAtOperatorScope, declareManagedMemoryUseCaseAtSlotScope, enableAsyncState, equals, getAttribute, getBufferTimeout, getCoLocationGroupKey, getDescription, getId, getManagedMemoryOperatorScopeUseCaseWeights, getManagedMemorySlotScopeUseCases, getMaxParallelism, getMinResources, getName, getNewNodeId, getOutputType, getParallelism, getPreferredResources, getSlotSharingGroup, getTransitivePredecessors, getUid, getUserProvidedNodeHash, hashCode, isParallelismConfigured, setAttribute, setBufferTimeout, setCoLocationGroupKey, setDescription, setMaxParallelism, setName, setOutputType, setParallelism, setParallelism, setResources, setSlotSharingGroup, setSlotSharingGroup, setUid, setUidHash, toString, updateManagedMemoryStateBackendUseCase
-
-