Package org.apache.iceberg.io
Interface FileAppender<D>
- All Superinterfaces:
- AutoCloseable,- Closeable
- All Known Implementing Classes:
- ManifestWriter,- ParquetWriteAdapter,- PuffinWriter
- 
Method Details- 
add
- 
addAll
- 
addAll
- 
metricsMetrics metrics()ReturnsMetricsfor this file. Only valid after the file is closed.
- 
lengthlong length()Returns the length of this file.
- 
splitOffsetsReturns a list of recommended split locations, if applicable, null otherwise.When available, this information is used for planning scan tasks whose boundaries are determined by these offsets. The returned list must be sorted in ascending order. Only valid after the file is closed. 
 
-