| 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 |
|---|---|
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() |
| 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 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.