| 接口 | 说明 |
|---|---|
| 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> | 已过时
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.
|
| 类 | 说明 |
|---|---|
| SimpleStreamFormat<T> |
A simple version of the
StreamFormat, for formats that are not splittable. |
| TextLineFormat | 已过时
Please use
TextLineInputFormat. |
| TextLineInputFormat |
A reader format that text lines from a file.
|
| TextLineInputFormat.Reader |
The actual reader for the
TextLineInputFormat. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.