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 |
SourceReaderTestBase.ValidatingSourceOutput
A source output that validates the output.
|
class |
TestingReaderOutput<E>
A
ReaderOutput for testing that collects the emitted records. |
Modifier and Type | Method and Description |
---|---|
SourceOutput<E> |
TestingReaderOutput.createOutputForSplit(String splitId) |
SourceOutput<Integer> |
SourceReaderTestBase.ValidatingSourceOutput.createOutputForSplit(String splitId) |
Modifier and Type | Class and Description |
---|---|
class |
SourceOutputWithWatermarks<T>
Implementation of the SourceOutput.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.