Uses of Interface
org.apache.iotdb.db.wal.buffer.WALEntryValue
-
-
Uses of WALEntryValue in org.apache.iotdb.db.engine.flush
Classes in org.apache.iotdb.db.engine.flush that implement WALEntryValue 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 WALEntryValue in org.apache.iotdb.db.engine.memtable
Subinterfaces of WALEntryValue 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 WALEntryValue Modifier and Type Class Description classAbstractMemTableclassAlignedWritableMemChunkclassAlignedWritableMemChunkGroupclassPrimitiveMemTableclassWritableMemChunkclassWritableMemChunkGroup -
Uses of WALEntryValue 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 WALEntryValue Modifier and Type Class Description classDeleteDataNodeclassInsertRowNodeclassInsertTabletNode -
Uses of WALEntryValue in org.apache.iotdb.db.qp.physical.crud
Classes in org.apache.iotdb.db.qp.physical.crud that implement WALEntryValue Modifier and Type Class Description classDeletePlanclassInsertRowPlanclassInsertTabletPlan -
Uses of WALEntryValue in org.apache.iotdb.db.utils.datastructure
Classes in org.apache.iotdb.db.utils.datastructure that implement WALEntryValue Modifier and Type Class Description classAlignedTVListclassBinaryTVListclassBooleanTVListclassDoubleTVListclassFloatTVListclassIntTVListclassLongTVListclassTVList -
Uses of WALEntryValue in org.apache.iotdb.db.wal.buffer
Fields in org.apache.iotdb.db.wal.buffer declared as WALEntryValue Modifier and Type Field Description protected WALEntryValueWALEntry. valuevalue(physical plan or memTable snapshot)Methods in org.apache.iotdb.db.wal.buffer that return WALEntryValue Modifier and Type Method Description WALEntryValueWALEntry. getValue()Constructors in org.apache.iotdb.db.wal.buffer with parameters of type WALEntryValue Constructor Description WALEntry(long memTableId, WALEntryValue value, boolean wait)WALEntry(WALEntryType type, long memTableId, WALEntryValue value, boolean wait)WALInfoEntry(long memTableId, WALEntryValue value)WALInfoEntry(long memTableId, WALEntryValue value, boolean wait)
-