| Class | Description |
|---|---|
| LRUCache<k extends Long,v extends Page> |
A least-recently used cache used for buffer management.
|
| Page |
General-purpose wrapper for interacting with the memory-mapped bytes on a page.
|
| PageAllocator |
A PageAllocation system for an OS paging system.
|
| Exception | Description |
|---|---|
| PageException |
Exception thrown for errors while paging.
|
Copyright © 2017. All rights reserved.