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.BMPageLoggingBufferManager.BMPage. hash_nextA reference to the next page with this hash key.private LoggingBufferManager.BMPage[]LoggingBufferManager. page_mapA 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.BMPageLoggingBufferManager. 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 voidLoggingBufferManager. pageAccessed(LoggingBufferManager.BMPage page)Called when a page is accessed.private voidLoggingBufferManager. pageCreated(LoggingBufferManager.BMPage page)Called when a new page is created.
-