| Modifier and Type | Field and Description |
|---|---|
protected OutputSelector<OUT>[] |
DirectedOutput.outputSelectors |
| Constructor and Description |
|---|
CopyingDirectedOutput(List<OutputSelector<OUT>> outputSelectors,
List<org.apache.flink.api.java.tuple.Tuple2<Output<StreamRecord<OUT>>,StreamEdge>> outputs) |
DirectedOutput(List<OutputSelector<OUT>> outputSelectors,
List<org.apache.flink.api.java.tuple.Tuple2<Output<StreamRecord<OUT>>,StreamEdge>> outputs) |
| Modifier and Type | Method and Description |
|---|---|
SplitStream<T> |
DataStream.split(OutputSelector<T> outputSelector)
Operator used for directing tuples to specific named outputs using an
OutputSelector. |
| Constructor and Description |
|---|
SplitStream(DataStream<OUT> dataStream,
OutputSelector<OUT> outputSelector) |
| Modifier and Type | Method and Description |
|---|---|
List<OutputSelector<?>> |
StreamNode.getOutputSelectors() |
<T> List<OutputSelector<T>> |
StreamConfig.getOutputSelectors(ClassLoader userCodeClassloader) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
StreamGraph.addOutputSelector(Integer vertexID,
OutputSelector<T> outputSelector) |
void |
StreamNode.addOutputSelector(OutputSelector<?> outputSelector) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamConfig.setOutputSelectors(List<OutputSelector<?>> outputSelectors) |
| Constructor and Description |
|---|
StreamNode(StreamExecutionEnvironment env,
Integer id,
String slotSharingGroup,
StreamOperator<?> operator,
String operatorName,
List<OutputSelector<?>> outputSelector,
Class<? extends org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable> jobVertexClass) |
| Modifier and Type | Method and Description |
|---|---|
OutputSelector<T> |
SplitTransformation.getOutputSelector()
Returns the
OutputSelector |
| Constructor and Description |
|---|
SplitTransformation(StreamTransformation<T> input,
OutputSelector<T> outputSelector)
Creates a new
SplitTransformation from the given input and OutputSelector. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.