Package | Description |
---|---|
org.apache.flink.streaming.api.operators | |
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 |
CountingOutput<OUT>
Wrapping
Output that updates metrics on the number of emitted elements. |
Constructor and Description |
---|
CountingOutput(WatermarkGaugeExposingOutput<StreamRecord<OUT>> output,
Counter numRecordsOut) |
Modifier and Type | Class and Description |
---|---|
class |
RecordWriterOutput<OUT>
Implementation of
Output that sends data using a RecordWriter . |
Modifier and Type | Interface and Description |
---|---|
interface |
OutputWithChainingCheck<OUT>
This is a wrapper for outputs to check whether the collected record has been emitted to a
downstream subtask or to a chained operator.
|
Modifier and Type | Class and Description |
---|---|
class |
FinishedOnRestoreMainOperatorOutput<OUT>
A fake main operator output that skips all the following operators for finished on restored
tasks.
|
Modifier and Type | Field and Description |
---|---|
protected WatermarkGaugeExposingOutput<StreamRecord<OUT>> |
OperatorChain.mainOperatorOutput |
Modifier and Type | Method and Description |
---|---|
WatermarkGaugeExposingOutput<StreamRecord<OUT>> |
OperatorChain.getMainOperatorOutput() |
WatermarkGaugeExposingOutput<StreamRecord<OUT>> |
FinishedOperatorChain.getMainOperatorOutput() |
WatermarkGaugeExposingOutput<StreamRecord<?>> |
OperatorChain.ChainedSource.getSourceOutput() |
Constructor and Description |
---|
ChainedSource(WatermarkGaugeExposingOutput<StreamRecord<?>> chainedSourceOutput,
StreamTaskSourceInput<?> sourceTaskInput) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.