| Package | Description |
|---|---|
| org.apache.iotdb.tsfile.write | |
| org.apache.iotdb.tsfile.write.chunk |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TsFileWriter.write(Tablet tablet)
write a tablet
|
boolean |
TsFileWriter.writeAligned(Tablet tablet) |
| Modifier and Type | Method and Description |
|---|---|
int |
IChunkGroupWriter.write(Tablet tablet)
receive a tablet, write it to chunk writers
|
int |
AlignedChunkGroupWriterImpl.write(Tablet tablet) |
int |
NonAlignedChunkGroupWriterImpl.write(Tablet tablet) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.