Class RecordBufferPage

  • All Implemented Interfaces:
    org.apache.jena.atlas.io.Printable, Page

    public final class RecordBufferPage
    extends RecordBufferPageBase
    B+Tree records nodes and hash buckets. Add link field to a RecordBufferPageBase
    • Method Detail

      • getLink

        public final int getLink()
      • setLink

        public void setLink​(int link)
      • calcRecordSize

        public static int calcRecordSize​(RecordFactory factory,
                                         int blkSize)
      • calcBlockSize

        public static int calcBlockSize​(RecordFactory factory,
                                        int maxRec)
      • getRefStr

        public java.lang.String getRefStr()
        Description copied from interface: Page
        Return a string for display that identifies this Page