Package org.apache.jena.dboe.base.page
Class PageBase
- java.lang.Object
-
- org.apache.jena.dboe.base.page.PageBase
-
- All Implemented Interfaces:
org.apache.jena.atlas.io.Printable,Page
- Direct Known Subclasses:
RecordBufferPageBase
public abstract class PageBase extends java.lang.Object implements Page
A page with a byte buffer
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockgetBackingBlock()Return the block associated with this pageintgetId()Pages are addressed ints (a page ref does in on-disk blocks) although block are address in longsvoidreset(Block block2)The underlying block for this page has changed (e.g.
-
-
-
Method Detail
-
reset
public final void reset(Block block2)
Description copied from interface:PageThe underlying block for this page has changed (e.g. it's been promoted and the promotion may have caused the block to change).
-
getBackingBlock
public final Block getBackingBlock()
Description copied from interface:PageReturn the block associated with this page- Specified by:
getBackingBlockin interfacePage
-
-