T - The type of the elements that result from this SplitTransformation@Internal
public class SplitTransformation<T>
extends org.apache.flink.api.dag.Transformation<T>
DataStream into several DataStreams
using an OutputSelector.
This does not create a physical operation, it only affects how upstream operations are connected to downstream operations.
| 构造器和说明 |
|---|
SplitTransformation(org.apache.flink.api.dag.Transformation<T> input,
OutputSelector<T> outputSelector)
Creates a new
SplitTransformation from the given input and OutputSelector. |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.api.dag.Transformation<T> |
getInput()
Returns the input
Transformation. |
OutputSelector<T> |
getOutputSelector()
Returns the
OutputSelector. |
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 SplitTransformation(org.apache.flink.api.dag.Transformation<T> input, OutputSelector<T> outputSelector)
SplitTransformation from the given input and OutputSelector.input - The input TransformationoutputSelector - The output selectorpublic org.apache.flink.api.dag.Transformation<T> getInput()
Transformation.public OutputSelector<T> getOutputSelector()
OutputSelector.public Collection<org.apache.flink.api.dag.Transformation<?>> getTransitivePredecessors()
getTransitivePredecessors 在类中 org.apache.flink.api.dag.Transformation<T>Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.