Package edu.caltech.nanodb.storage
Class BufferManager.SessionPinCount
- java.lang.Object
-
- edu.caltech.nanodb.storage.BufferManager.SessionPinCount
-
- Enclosing class:
- BufferManager
private static class BufferManager.SessionPinCount extends java.lang.Object
This helper class records the pin-count of a data page as imposed by a given session, so that we can forcibly release the session's pins after each command the session completes.
-
-
Constructor Summary
Constructors Constructor Description SessionPinCount(DBPage dbPage)
-