Uses of Class
edu.caltech.nanodb.storage.DBFileWriter
-
Packages that use DBFileWriter Package Description edu.caltech.nanodb.storage.writeahead This package contains the implementation for the write-ahead log, which allows us to provide transaction atomicity, consistency and durability. -
-
Uses of DBFileWriter in edu.caltech.nanodb.storage.writeahead
Methods in edu.caltech.nanodb.storage.writeahead that return DBFileWriter Modifier and Type Method Description private DBFileWriter
WALManager. getWALFileWriter(LogSequenceNumber lsn)
This method opens the WAL file specified in the passed-in Log Sequence Number, wraps it with aDBFileWriter
so that it can be read and written, and then seeks to the specified file offset.
-