Package org.apache.iotdb.db.utils
Interface SerializedSize
-
- All Known Subinterfaces:
IMemTable,IWritableMemChunk,IWritableMemChunkGroup,WALEntryValue
- All Known Implementing Classes:
AbstractMemTable,AlignedTVList,AlignedWritableMemChunk,AlignedWritableMemChunkGroup,BinaryTVList,BooleanTVList,Checkpoint,DeleteDataNode,DeletePlan,DoubleTVList,FloatTVList,InsertRowNode,InsertRowPlan,InsertTabletNode,InsertTabletPlan,IntTVList,LongTVList,MemTableInfo,NotifyFlushMemTable,PrimitiveMemTable,TVList,WALEntry,WALInfoEntry,WALMetaData,WALSignalEntry,WritableMemChunk,WritableMemChunkGroup
public interface SerializedSizeImplementations should calculate their accurate serialized size in bytes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intserializedSize()Calculate size after serialization.
-