Uses of Class
org.apache.iotdb.db.wal.checkpoint.MemTableInfo
-
Packages that use MemTableInfo Package Description org.apache.iotdb.db.wal.checkpoint org.apache.iotdb.db.wal.recover -
-
Uses of MemTableInfo in org.apache.iotdb.db.wal.checkpoint
Methods in org.apache.iotdb.db.wal.checkpoint that return MemTableInfo Modifier and Type Method Description static MemTableInfoMemTableInfo. deserialize(java.io.DataInputStream stream)MemTableInfoCheckpointManager. getOldestMemTableInfo()Get MemTableInfo of oldest MemTable, whose first version id is smallestMethods in org.apache.iotdb.db.wal.checkpoint that return types with arguments of type MemTableInfo Modifier and Type Method Description java.util.List<MemTableInfo>Checkpoint. getMemTableInfos()Methods in org.apache.iotdb.db.wal.checkpoint with parameters of type MemTableInfo Modifier and Type Method Description voidCheckpointManager. makeCreateMemTableCP(MemTableInfo memTableInfo)make checkpoint for create memTable infoConstructor parameters in org.apache.iotdb.db.wal.checkpoint with type arguments of type MemTableInfo Constructor Description Checkpoint(CheckpointType type, java.util.List<MemTableInfo> memTableInfos) -
Uses of MemTableInfo in org.apache.iotdb.db.wal.recover
Methods in org.apache.iotdb.db.wal.recover that return types with arguments of type MemTableInfo Modifier and Type Method Description java.util.Map<java.lang.Long,MemTableInfo>CheckpointRecoverUtils.CheckpointInfo. getMemTableId2Info()Constructor parameters in org.apache.iotdb.db.wal.recover with type arguments of type MemTableInfo Constructor Description CheckpointInfo(long maxMemTableId, java.util.Map<java.lang.Long,MemTableInfo> memTableId2Info)
-