Uses of Class
edu.caltech.nanodb.storage.writeahead.WALManager
-
Packages that use WALManager Package Description edu.caltech.nanodb.transactions This package contains classes for managing transactions at the logical level, such as concurrency control and isolation, deadlock detection and aborting transactions. -
-
Uses of WALManager in edu.caltech.nanodb.transactions
Fields in edu.caltech.nanodb.transactions declared as WALManager Modifier and Type Field Description private WALManager
TransactionManager. walManager
The write-ahead logger that records transaction details.
-