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
A page with a byte buffer
-
Method Details
-
reset
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
Description copied from interface:PageReturn the block associated with this page- Specified by:
getBackingBlockin interfacePage
-
getId
public final int getId()Description copied from interface:PagePages are addressed ints (a page ref does in on-disk blocks) although block are address in longs
-