| Package | Description |
|---|---|
| org.apache.flink.streaming.api.collector | |
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.runtime.tasks |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectorWrapper<OUT> |
| Modifier and Type | Field and Description |
|---|---|
Output<OUT> |
AbstractStreamOperator.output |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamOperator.setup(Output<OUT> output,
org.apache.flink.api.common.functions.RuntimeContext runtimeContext)
Initializes the
StreamOperator for input and output handling. |
void |
AbstractUdfStreamOperator.setup(Output<OUT> output,
org.apache.flink.api.common.functions.RuntimeContext runtimeContext) |
void |
AbstractStreamOperator.setup(Output<OUT> output,
org.apache.flink.api.common.functions.RuntimeContext runtimeContext) |
| Modifier and Type | Method and Description |
|---|---|
Output<OUT> |
OutputHandler.getOutput() |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.