Uses of Class
edu.caltech.nanodb.transactions.TransactionStatePage
-
Packages that use TransactionStatePage 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 TransactionStatePage in edu.caltech.nanodb.transactions
Methods in edu.caltech.nanodb.transactions that return TransactionStatePage Modifier and Type Method Description private TransactionStatePage
TransactionManager. createTxnStateFile()
This helper function initializes a brand new transaction-state file for the transaction manager to use for providing transaction atomicity and durability.private TransactionStatePage
TransactionManager. loadTxnStateFile()
-