T - The type of the elements in the input Transformation@Internal
public class SourceTransformationWrapper<T>
extends org.apache.flink.api.dag.Transformation<T>
It is used only when the parallelism of the source transformation differs from the default parallelism, ensuring that the parallelism of downstream operations is not affected.
Moreover, this transformation does not have a corresponding TransformationTranslator,
meaning it will not become a node in the StreamGraph.
| Constructor and Description |
|---|
SourceTransformationWrapper(org.apache.flink.api.dag.Transformation<T> input) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.dag.Transformation<T> |
getInput() |
List<org.apache.flink.api.dag.Transformation<?>> |
getInputs() |
protected List<org.apache.flink.api.dag.Transformation<?>> |
getTransitivePredecessorsInternal() |
declareManagedMemoryUseCaseAtOperatorScope, declareManagedMemoryUseCaseAtSlotScope, equals, getBufferTimeout, getCoLocationGroupKey, getDescription, getId, getManagedMemoryOperatorScopeUseCaseWeights, getManagedMemorySlotScopeUseCases, getMaxParallelism, getMinResources, getName, getNewNodeId, getOutputType, getParallelism, getPreferredResources, getSlotSharingGroup, getTransitivePredecessors, getUid, getUserProvidedNodeHash, hashCode, isParallelismConfigured, setBufferTimeout, setCoLocationGroupKey, setDescription, setMaxParallelism, setName, setOutputType, setParallelism, setParallelism, setResources, setSlotSharingGroup, setSlotSharingGroup, setUid, setUidHash, toString, updateManagedMemoryStateBackendUseCasepublic SourceTransformationWrapper(org.apache.flink.api.dag.Transformation<T> input)
public org.apache.flink.api.dag.Transformation<T> getInput()
protected List<org.apache.flink.api.dag.Transformation<?>> getTransitivePredecessorsInternal()
getTransitivePredecessorsInternal in class org.apache.flink.api.dag.Transformation<T>Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.