| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.runtime.io | |
| org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
RecordWriterOutput<OUT>
Implementation of
Output that sends data using a RecordWriter. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FinishedOnRestoreMainOperatorOutput<OUT>
A fake main operator output that skips all the following operators for finished on restored
tasks.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected WatermarkGaugeExposingOutput<StreamRecord<OUT>> |
OperatorChain.mainOperatorOutput |
| 限定符和类型 | 方法和说明 |
|---|---|
WatermarkGaugeExposingOutput<StreamRecord<OUT>> |
FinishedOperatorChain.getMainOperatorOutput() |
WatermarkGaugeExposingOutput<StreamRecord<OUT>> |
OperatorChain.getMainOperatorOutput() |
WatermarkGaugeExposingOutput<StreamRecord<?>> |
OperatorChain.ChainedSource.getSourceOutput() |
| 构造器和说明 |
|---|
ChainedSource(WatermarkGaugeExposingOutput<StreamRecord<?>> chainedSourceOutput,
StreamTaskSourceInput<?> sourceTaskInput) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.