Package org.eclipse.rdf4j.sail.nativerdf.btree


@InternalUseOnly package org.eclipse.rdf4j.sail.nativerdf.btree
  • Interface Summary
    Interface
    Description
     
    An iterator that iterates over records, for example those in a BTree.
  • Class Summary
    Class
    Description
    Implementation of an on-disk B-Tree using the java.nio classes that are available in JDK 1.4 and newer.
    A RecordComparator that compares values with eachother by comparing all of their bytes.