Uses of Interface
org.apache.iotdb.db.utils.SerializedSize
-
-
Uses of SerializedSize in org.apache.iotdb.db.engine.flush
Classes in org.apache.iotdb.db.engine.flush that implement SerializedSize Modifier and Type Class Description classNotifyFlushMemTableOnly used in sync flush and async close to start a flush task This memtable is not managed by MemTablePool and does not store any data. -
Uses of SerializedSize in org.apache.iotdb.db.engine.memtable
Subinterfaces of SerializedSize in org.apache.iotdb.db.engine.memtable Modifier and Type Interface Description interfaceIMemTableIMemTable is designed to store data points which are not flushed into TsFile yet.interfaceIWritableMemChunkinterfaceIWritableMemChunkGroupClasses in org.apache.iotdb.db.engine.memtable that implement SerializedSize Modifier and Type Class Description classAbstractMemTableclassAlignedWritableMemChunkclassAlignedWritableMemChunkGroupclassPrimitiveMemTableclassWritableMemChunkclassWritableMemChunkGroup -
Uses of SerializedSize in org.apache.iotdb.db.mpp.plan.planner.plan.node.write
Classes in org.apache.iotdb.db.mpp.plan.planner.plan.node.write that implement SerializedSize Modifier and Type Class Description classDeleteDataNodeclassInsertRowNodeclassInsertTabletNode -
Uses of SerializedSize in org.apache.iotdb.db.qp.physical.crud
Classes in org.apache.iotdb.db.qp.physical.crud that implement SerializedSize Modifier and Type Class Description classDeletePlanclassInsertRowPlanclassInsertTabletPlan -
Uses of SerializedSize in org.apache.iotdb.db.utils.datastructure
Classes in org.apache.iotdb.db.utils.datastructure that implement SerializedSize Modifier and Type Class Description classAlignedTVListclassBinaryTVListclassBooleanTVListclassDoubleTVListclassFloatTVListclassIntTVListclassLongTVListclassTVList -
Uses of SerializedSize in org.apache.iotdb.db.wal.buffer
Subinterfaces of SerializedSize in org.apache.iotdb.db.wal.buffer Modifier and Type Interface Description interfaceWALEntryValueA class implements this interface can be written into .wal file.Classes in org.apache.iotdb.db.wal.buffer that implement SerializedSize Modifier and Type Class Description classWALEntryWALEntry is the basic element of .wal file, including type, memTable id, and specific value(physical plan or memTable snapshot).classWALInfoEntryThis entry class stores info for persistenceclassWALSignalEntryThis entry class provides a signal to help wal buffer dealing with some special cases -
Uses of SerializedSize in org.apache.iotdb.db.wal.checkpoint
Classes in org.apache.iotdb.db.wal.checkpoint that implement SerializedSize Modifier and Type Class Description classCheckpointCheckpoint is the basic element of .checkpoint file, including type, number of memTables, and brief information of each memTable.classMemTableInfoMemTableInfo records brief info of one memtable, including memTable id, tsFile path, and .wal file version id of its firstWALEntry. -
Uses of SerializedSize in org.apache.iotdb.db.wal.io
Classes in org.apache.iotdb.db.wal.io that implement SerializedSize Modifier and Type Class Description classWALMetaDataMetadata exists at the end of each wal file, including each entry's size, search index of first entry and the number of entries.
-