Interface Page

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int NO_ID  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Block getBackingBlock()
      Return the block associated with this page
      int getId()
      Pages are addressed ints (a page ref does in on-disk blocks) although block are address in longs
      java.lang.String getRefStr()
      Return a string for display that identifies this Page
      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
    • Method Detail

      • getId

        int getId()
        Pages are addressed ints (a page ref does in on-disk blocks) although block are address in longs
      • getRefStr

        java.lang.String getRefStr()
        Return a string for display that identifies this Page
      • 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 the block to change).