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
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal BlockReturn the block associated with this pagefinal intgetId()Pages are addressed ints (a page ref does in on-disk blocks) although block are address in longsfinal voidThe underlying block for this page has changed (e.g. it's been promoted and the promotion may have caused the block to change).Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.atlas.io.Printable
output
-
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
-