Uses of Class
org.apache.iotdb.db.wal.buffer.WALEntry
-
Packages that use WALEntry Package Description org.apache.iotdb.db.wal.buffer org.apache.iotdb.db.wal.io org.apache.iotdb.db.wal.recover.file -
-
Uses of WALEntry in org.apache.iotdb.db.wal.buffer
Subclasses of WALEntry in org.apache.iotdb.db.wal.buffer Modifier and Type Class Description classWALInfoEntryThis entry class stores info for persistenceclassWALSignalEntryThis entry class provides a signal to help wal buffer dealing with some special casesMethods in org.apache.iotdb.db.wal.buffer that return WALEntry Modifier and Type Method Description static WALEntryWALEntry. deserialize(java.io.DataInputStream stream)Methods in org.apache.iotdb.db.wal.buffer with parameters of type WALEntry Modifier and Type Method Description voidIWALBuffer. write(WALEntry walEntry)Write WALEntry into wal buffer.voidWALBuffer. write(WALEntry walEntry) -
Uses of WALEntry in org.apache.iotdb.db.wal.io
Methods in org.apache.iotdb.db.wal.io that return WALEntry Modifier and Type Method Description WALEntryWALReader. next()LikeIterator.next() -
Uses of WALEntry in org.apache.iotdb.db.wal.recover.file
Methods in org.apache.iotdb.db.wal.recover.file with parameters of type WALEntry Modifier and Type Method Description voidUnsealedTsFileRecoverPerformer. redoLog(WALEntry walEntry)Redo log
-