| 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> |
A reader format that reads individual records from a file.
|
| FileRecordFormat.Reader<T> |
The actual reader that reads the records.
|
| 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 |
A reader format that text lines from a file.
|
| TextLineFormat.Reader |
The actual reader for the
TextLineFormat. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.