Uses of Class
edu.caltech.nanodb.storage.DBPageID
-
Packages that use DBPageID Package Description edu.caltech.nanodb.storage This package contains the classes for the Storage Manager, which is responsible for how data is stored in and retrieved from database files. -
-
Uses of DBPageID in edu.caltech.nanodb.storage
Fields in edu.caltech.nanodb.storage with type parameters of type DBPageID Modifier and Type Field Description private java.util.HashMap<java.lang.Integer,java.util.HashMap<DBPageID,BufferManager.SessionPinCount>>
BufferManager. sessionPinCounts
This collection maps session IDs to the files and pages that each session has pinned, so that we can forcibly unpin pages used by a given session when the session is done with the current command.
-