Uses of Interface
org.openrdf.sail.nativerdf.btree.RecordComparator

Packages that use RecordComparator
org.openrdf.sail.nativerdf.btree   
 

Uses of RecordComparator in org.openrdf.sail.nativerdf.btree
 

Classes in org.openrdf.sail.nativerdf.btree that implement RecordComparator
 class DefaultRecordComparator
          A RecordComparator that compares values with eachother by comparing all of their bytes.
 

Constructors in org.openrdf.sail.nativerdf.btree with parameters of type RecordComparator
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.
 



Copyright © 2001-2012 Aduna. All Rights Reserved.