Package | Description |
---|---|
org.apache.flink.api.connector.source | |
org.apache.flink.connector.base.source.reader | |
org.apache.flink.streaming.api.operators.source |
Modifier and Type | Interface and Description |
---|---|
interface |
ReaderOutput<T>
The interface provided by the Flink runtime to the
SourceReader to emit records, and
optionally watermarks, to downstream operators for message processing. |
Modifier and Type | Method and Description |
---|---|
SourceOutput<T> |
ReaderOutput.createOutputForSplit(String splitId)
Creates a
SourceOutput for a specific Source Split. |
Modifier and Type | Method and Description |
---|---|
void |
RecordEmitter.emitRecord(E element,
SourceOutput<T> output,
SplitStateT splitState)
Process and emit the records to the
SourceOutput . |
Modifier and Type | Class and Description |
---|---|
class |
SourceOutputWithWatermarks<T>
Implementation of the SourceOutput.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.