public interface IChunkWriter
| Modifier and Type | Method and Description |
|---|---|
void |
clearPageWriter()
set the current pageWriter to null, friendly for gc
|
long |
estimateMaxSeriesMemSize()
estimate memory usage of this series.
|
long |
getSerializedChunkSize()
return the serialized size of the chunk header + all pages (not including the un-sealed page).
|
void |
sealCurrentPage()
seal the current page which may has not enough data points in force.
|
void |
writeToFileWriter(TsFileIOWriter tsfileWriter)
flush data to TsFileIOWriter.
|
void writeToFileWriter(TsFileIOWriter tsfileWriter) throws IOException
IOExceptionlong estimateMaxSeriesMemSize()
long getSerializedChunkSize()
void sealCurrentPage()
void clearPageWriter()
Copyright © 2022 The Apache Software Foundation. All rights reserved.