Package org.apache.iceberg.puffin
Class PuffinWriter
java.lang.Object
org.apache.iceberg.puffin.PuffinWriter
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- FileAppender<Blob>
- 
Method Details- 
location
- 
add- Specified by:
- addin interface- FileAppender<Blob>
 
- 
write
- 
metricsDescription copied from interface:FileAppenderReturnsMetricsfor this file. Only valid after the file is closed.- Specified by:
- metricsin interface- FileAppender<Blob>
 
- 
lengthpublic long length()Description copied from interface:FileAppenderReturns the length of this file.- Specified by:
- lengthin interface- FileAppender<Blob>
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Throws:
- IOException
 
- 
finish- Throws:
- IOException
 
- 
fileSizepublic long fileSize()
- 
writtenBlobsMetadata
 
-