| Package | Description |
|---|---|
| org.apache.flink.streaming.api.collector.selector | |
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.graph |
| Modifier and Type | Method and Description |
|---|---|
static OutputSelectorWrapper<?> |
OutputSelectorWrapperFactory.create(List<OutputSelector<?>> outputSelectors) |
| Constructor and Description |
|---|
DirectedOutputSelectorWrapper(List<OutputSelector<OUT>> outputSelectors) |
| Modifier and Type | Method and Description |
|---|---|
SplitDataStream<OUT> |
DataStream.split(OutputSelector<OUT> outputSelector)
Operator used for directing tuples to specific named outputs using an
OutputSelector. |
| Modifier and Type | Method and Description |
|---|---|
List<OutputSelector<?>> |
StreamNode.getOutputSelectors() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
StreamGraph.addOutputSelector(Integer vertexID,
OutputSelector<T> outputSelector) |
void |
StreamNode.addOutputSelector(OutputSelector<?> outputSelector) |
| Constructor and Description |
|---|
StreamNode(StreamExecutionEnvironment env,
Integer id,
StreamOperator<?> operator,
String operatorName,
List<OutputSelector<?>> outputSelector,
Class<? extends org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable> jobVertexClass) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.