Uses of Class
edu.caltech.nanodb.storage.BufferManager.CachedPageInfo
-
Packages that use BufferManager.CachedPageInfo 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.CachedPageInfo in edu.caltech.nanodb.storage
Fields in edu.caltech.nanodb.storage with type parameters of type BufferManager.CachedPageInfo Modifier and Type Field Description private java.util.LinkedHashMap<BufferManager.CachedPageInfo,DBPage>
BufferManager. cachedPages
This collection holds database pages (not WAL pages) that the database is currently working with, so that they don't continually need to be reloaded.
-