Uses of Class
com.mckoi.store.LoggingBufferManager.BMPage
-
Packages that use LoggingBufferManager.BMPage Package Description com.mckoi.store -
-
Uses of LoggingBufferManager.BMPage in com.mckoi.store
Fields in com.mckoi.store declared as LoggingBufferManager.BMPage Modifier and Type Field Description (package private) LoggingBufferManager.BMPage
LoggingBufferManager.BMPage. hash_next
A reference to the next page with this hash key.private LoggingBufferManager.BMPage[]
LoggingBufferManager. page_map
A hash map of all pages currently in memory keyed by store_id and page number.Methods in com.mckoi.store that return LoggingBufferManager.BMPage Modifier and Type Method Description private LoggingBufferManager.BMPage
LoggingBufferManager. fetchPage(JournalledResource data, long page_number)
Fetches and returns a page from a store.Methods in com.mckoi.store with parameters of type LoggingBufferManager.BMPage Modifier and Type Method Description private void
LoggingBufferManager. pageAccessed(LoggingBufferManager.BMPage page)
Called when a page is accessed.private void
LoggingBufferManager. pageCreated(LoggingBufferManager.BMPage page)
Called when a new page is created.
-