T - The type of the elements that result from this SideOutputTransformationpublic class SideOutputTransformation<T>
extends org.apache.flink.api.dag.Transformation<T>
OutputTag.
This does not create a physical operation, it only affects how upstream operations are connected to downstream operations.
| Constructor and Description |
|---|
SideOutputTransformation(org.apache.flink.api.dag.Transformation<?> input,
org.apache.flink.util.OutputTag<T> tag) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.flink.api.dag.Transformation<?>> |
getInputs() |
org.apache.flink.util.OutputTag<T> |
getOutputTag() |
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, toStringWithoutId, updateManagedMemoryStateBackendUseCasepublic SideOutputTransformation(org.apache.flink.api.dag.Transformation<?> input,
org.apache.flink.util.OutputTag<T> tag)
public org.apache.flink.util.OutputTag<T> getOutputTag()
protected List<org.apache.flink.api.dag.Transformation<?>> getTransitivePredecessorsInternal()
getTransitivePredecessorsInternal in class org.apache.flink.api.dag.Transformation<T>Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.