| Interface | Description |
|---|---|
| BulkFormat<T,SplitT extends FileSourceSplit> |
The
BulkFormat reads and decodes batches of records at a time. |
| BulkFormat.Reader<T> |
The actual reader that reads the batches of records.
|
| BulkFormat.RecordIterator<T> |
An iterator over records with their position in the file.
|
| FileRecordFormat<T> | Deprecated
Please use
StreamFormat instead. |
| FileRecordFormat.Reader<T> |
This interface is Deprecated, use
StreamFormat.Reader instead. |
| StreamFormat<T> |
A reader format that reads individual records from a stream.
|
| StreamFormat.Reader<T> |
The actual reader that reads the records.
|
| Class | Description |
|---|---|
| SimpleStreamFormat<T> |
A simple version of the
StreamFormat, for formats that are not splittable. |
| TextLineFormat | Deprecated
Please use
TextLineInputFormat. |
| TextLineInputFormat |
A reader format that text lines from a file.
|
| TextLineInputFormat.Reader |
The actual reader for the
TextLineInputFormat. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.