| Class and Description |
|---|
| BulkFormat
The
BulkFormat reads and decodes batches of records at a time. |
| FileRecordFormat
A reader format that reads individual records from a file.
|
| StreamFormat
A reader format that reads individual records from a stream.
|
| Class and Description |
|---|
| BulkFormat
The
BulkFormat reads and decodes batches of records at a time. |
| BulkFormat.Reader
The actual reader that reads the batches of records.
|
| BulkFormat.RecordIterator
An iterator over records with their position in the file.
|
| FileRecordFormat
A reader format that reads individual records from a file.
|
| StreamFormat
A reader format that reads individual records from a stream.
|
| Class and Description |
|---|
| BulkFormat.Reader
The actual reader that reads the batches of records.
|
| BulkFormat.RecordIterator
An iterator over records with their position in the file.
|
| FileRecordFormat.Reader
The actual reader that reads the records.
|
| SimpleStreamFormat
A simple version of the
StreamFormat, for formats that are not splittable. |
| StreamFormat
A reader format that reads individual records from a stream.
|
| StreamFormat.Reader
The actual reader that reads the records.
|
| TextLineFormat.Reader
The actual reader for the
TextLineFormat. |
| Class and Description |
|---|
| BulkFormat.Reader
The actual reader that reads the batches of records.
|
| BulkFormat.RecordIterator
An iterator over records with their position in the file.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.