Package org.apache.orc.impl
Interface WriterInternal
- All Superinterfaces:
AutoCloseable,Closeable,Writer
- All Known Implementing Classes:
WriterImpl,WriterImplV2
The ORC internal API to the writer.
-
Method Summary
Modifier and TypeMethodDescriptionvoidincreaseCompressionSize(int newSize) Increase the buffer size for this writer.Methods inherited from interface org.apache.orc.Writer
addRowBatch, addUserMetadata, appendStripe, appendStripe, appendUserMetadata, close, estimateMemory, getNumberOfRows, getRawDataSize, getSchema, getStatistics, getStripes, writeIntermediateFooter
-
Method Details
-
increaseCompressionSize
void increaseCompressionSize(int newSize) Increase the buffer size for this writer. This function is internal only and should only be called by the ORC file merger.- Parameters:
newSize- the new buffer size.
-