public abstract class PageBase extends Object implements Page
| Modifier and Type | Method and Description |
|---|---|
Block |
getBackingBlock()
Return the block associated with this page
|
int |
getId()
Pages are addressed ints (a page ref does in on-disk blocks)
although block are address in longs
|
void |
reset(Block block2)
The underlying block for this page has changed (e.g.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitoutputpublic final void reset(Block block2)
Pagepublic final Block getBackingBlock()
PagegetBackingBlock in interface PageLicensed under the Apache License, Version 2.0