Uses of Interface
org.eclipse.rdf4j.sail.nativerdf.btree.RecordComparator
-
Packages that use RecordComparator Package Description org.eclipse.rdf4j.sail.nativerdf.btree B-Tree on disk implementation. -
-
Uses of RecordComparator in org.eclipse.rdf4j.sail.nativerdf.btree
Classes in org.eclipse.rdf4j.sail.nativerdf.btree that implement RecordComparator Modifier and Type Class Description class
DefaultRecordComparator
A RecordComparator that compares values with eachother by comparing all of their bytes.Constructors in org.eclipse.rdf4j.sail.nativerdf.btree with parameters of type RecordComparator Constructor Description BTree(File dataDir, String filenamePrefix, int blockSize, int valueSize, RecordComparator comparator)
Creates a new BTree that uses the supplied RecordComparator to compare the values that are or will be stored in the B-Tree.BTree(File dataDir, String filenamePrefix, int blockSize, int valueSize, RecordComparator comparator, boolean forceSync)
Creates a new BTree that uses the supplied RecordComparator to compare the values that are or will be stored in the B-Tree.
-