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() |
List<org.apache.flink.api.dag.Transformation<?>> |
getTransitivePredecessors() |
declareManagedMemoryUseCaseAtOperatorScope, declareManagedMemoryUseCaseAtSlotScope, equals, getBufferTimeout, getCoLocationGroupKey, getId, getManagedMemoryOperatorScopeUseCaseWeights, getManagedMemorySlotScopeUseCases, getMaxParallelism, getMinResources, getName, getNewNodeId, getOutputType, getParallelism, getPreferredResources, getSlotSharingGroup, getUid, getUserProvidedNodeHash, hashCode, setBufferTimeout, setCoLocationGroupKey, setMaxParallelism, setName, setOutputType, setParallelism, setResources, setSlotSharingGroup, setUid, setUidHash, toString, updateManagedMemoryStateBackendUseCasepublic SideOutputTransformation(org.apache.flink.api.dag.Transformation<?> input,
org.apache.flink.util.OutputTag<T> tag)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.