Package org.eclipse.rdf4j.sail.nativerdf.btree
Copyright (c) 2019 Eclipse RDF4J contributors. All rights reserved. This program and the accompanying materials are
made available under the terms of the Eclipse Distribution License v1.0 which accompanies this distribution, and is
available at http://www.eclipse.org/org/documents/edl-v10.php.
-
Interface Summary Interface Description RecordComparator RecordIterator An iterator that iterates over records, for example those in a BTree. -
Class Summary Class Description BTree Implementation of an on-disk B-Tree using the java.nio classes that are available in JDK 1.4 and newer.DefaultRecordComparator A RecordComparator that compares values with eachother by comparing all of their bytes.