Interface Page

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
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the block associated with this page
    int
     
    void
    reset(Block block)
    The underlying block for this page has changed (e.g.

    Methods inherited from interface org.apache.jena.atlas.io.Printable

    output
  • Field Details

  • Method Details

    • getId

      int getId()
    • getBackingBlock

      Block getBackingBlock()
      Return the block associated with this page
    • reset

      void reset(Block block)
      The underlying block for this page has changed (e.g. it's been promoted and the promotion may have caused something to change