Modifier and Type | Method and Description |
---|---|
InputStatus |
SourceReader.pollNext(ReaderOutput<T> output)
Poll the next available record into the
SourceOutput . |
Modifier and Type | Method and Description |
---|---|
InputStatus |
IteratorSourceReader.pollNext(ReaderOutput<E> output) |
Modifier and Type | Method and Description |
---|---|
InputStatus |
SourceReaderBase.pollNext(ReaderOutput<T> output) |
Modifier and Type | Method and Description |
---|---|
ReaderOutput<T> |
StreamingTimestampsAndWatermarks.createMainOutput(PushingAsyncDataInput.DataOutput<T> output) |
ReaderOutput<T> |
TimestampsAndWatermarks.createMainOutput(PushingAsyncDataInput.DataOutput<T> output)
Creates the ReaderOutput for the source reader, than internally runs the timestamp extraction
and watermark generation.
|
ReaderOutput<T> |
BatchTimestampsAndWatermarks.createMainOutput(PushingAsyncDataInput.DataOutput<T> output) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.