| Package | Description |
|---|---|
| edu.berkeley.cs186.database.index | |
| edu.berkeley.cs186.database.io |
| Modifier and Type | Method and Description |
|---|---|
Page |
BPlusNode.getPage()
Fetch Page this BPlusNode exists on.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LRUCache<k extends Long,v extends Page>
A least-recently used cache used for buffer management.
|
| Modifier and Type | Method and Description |
|---|---|
Page |
PageAllocator.fetchPage(int pageNum)
Fetches the page corresponding to virtual page number pageNum.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Page> |
PageAllocator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PageAllocator.freePage(Page p)
Frees the page to be returned back to the system.
|
Copyright © 2017. All rights reserved.