| Package | Description |
|---|---|
| org.apache.flink.streaming.api.collector.selector | |
| org.apache.flink.streaming.runtime.io | |
| org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CopyingDirectedOutput<OUT>
Special version of
DirectedOutput that performs a shallow copy of the
StreamRecord to ensure that multi-chaining works correctly. |
class |
DirectedOutput<OUT>
|
| Modifier and Type | Class and Description |
|---|---|
class |
RecordWriterOutput<OUT>
Implementation of
Output that sends data using a RecordWriter. |
| Modifier and Type | Method and Description |
|---|---|
OperatorChain.WatermarkGaugeExposingOutput<StreamRecord<OUT>> |
OperatorChain.getChainEntryPoint() |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.