T - The type of the elements that result from this SideOutputTransformationpublic class SideOutputTransformation<T> extends StreamTransformation<T>
OutputTag.
This does not create a physical operation, it only affects how upstream operations are connected to downstream operations.
bufferTimeout, id, idCounter, name, outputType, typeUsed| Constructor and Description |
|---|
SideOutputTransformation(StreamTransformation<?> input,
org.apache.flink.util.OutputTag<T> tag) |
| Modifier and Type | Method and Description |
|---|---|
StreamTransformation<?> |
getInput()
Returns the input
StreamTransformation. |
org.apache.flink.util.OutputTag<T> |
getOutputTag() |
Collection<StreamTransformation<?>> |
getTransitivePredecessors()
Returns all transitive predecessor
StreamTransformations of this StreamTransformation. |
void |
setChainingStrategy(ChainingStrategy strategy)
Sets the chaining strategy of this
StreamTransformation. |
equals, getBufferTimeout, getCoLocationGroupKey, getId, getMaxParallelism, getMinResources, getName, getNewNodeId, getOutputType, getParallelism, getPreferredResources, getSlotSharingGroup, getUid, getUserProvidedNodeHash, hashCode, setBufferTimeout, setCoLocationGroupKey, setMaxParallelism, setName, setOutputType, setParallelism, setResources, setSlotSharingGroup, setUid, setUidHash, toStringpublic SideOutputTransformation(StreamTransformation<?> input, org.apache.flink.util.OutputTag<T> tag)
public StreamTransformation<?> getInput()
StreamTransformation.public org.apache.flink.util.OutputTag<T> getOutputTag()
public Collection<StreamTransformation<?>> getTransitivePredecessors()
StreamTransformationStreamTransformations of this StreamTransformation. This
is, for example, used when determining whether a feedback edge of an iteration
actually has the iteration head as a predecessor.getTransitivePredecessors in class StreamTransformation<T>public final void setChainingStrategy(ChainingStrategy strategy)
StreamTransformationStreamTransformation.setChainingStrategy in class StreamTransformation<T>Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.