| Package | Description |
|---|---|
| org.apache.flink.connector.file.src.impl | |
| org.apache.flink.connector.file.src.reader | |
| org.apache.flink.connector.file.src.util |
| Modifier and Type | Method and Description |
|---|---|
BulkFormat.RecordIterator<T> |
StreamFormatAdapter.Reader.readBatch() |
BulkFormat.RecordIterator<T> |
FileRecordFormatAdapter.Reader.readBatch() |
| Modifier and Type | Method and Description |
|---|---|
static <T> FileRecords<T> |
FileRecords.forRecords(String splitId,
BulkFormat.RecordIterator<T> recordsForSplit) |
| Modifier and Type | Method and Description |
|---|---|
BulkFormat.RecordIterator<T> |
BulkFormat.Reader.readBatch()
Reads one batch.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayResultIterator<E>
A simple
BulkFormat.RecordIterator that returns the elements of an array, one after the other. |
class |
IteratorResultIterator<E>
A simple
BulkFormat.RecordIterator that returns the elements of an iterator,
augmented with position information. |
class |
RecyclableIterator<E>
Utility base class for iterators that accept a recycler.
|
class |
SingletonResultIterator<E>
A simple
BulkFormat.RecordIterator that returns a single value. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.