- All Superinterfaces:
org.apache.jena.atlas.io.Printable
- All Known Implementing Classes:
BPTreeNode,BPTreePage,BPTreeRecords,HashBucket,PageBase,RecordBufferPage,RecordBufferPageBase
public interface Page
extends org.apache.jena.atlas.io.Printable
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturn the block associated with this pageintgetId()voidThe underlying block for this page has changed (e.g. it's been promoted and the promotion may have caused something to changeMethods inherited from interface org.apache.jena.atlas.io.Printable
output
-
Field Details
-
NO_ID
static final int NO_ID- See Also:
-
-
Method Details
-
getId
int getId() -
getBackingBlock
Block getBackingBlock()Return the block associated with this page -
reset
The underlying block for this page has changed (e.g. it's been promoted and the promotion may have caused something to change
-