Uses of Class
edu.caltech.nanodb.storage.BufferManager.SessionPinCount
-
Packages that use BufferManager.SessionPinCount 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 BufferManager.SessionPinCount in edu.caltech.nanodb.storage
Fields in edu.caltech.nanodb.storage with type parameters of type BufferManager.SessionPinCount 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.
-