Uses of Interface
org.openrdf.sesame.sailimpl.nativerdf.btree.BTreeValueComparator

Packages that use BTreeValueComparator
org.openrdf.sesame.sailimpl.nativerdf.btree   
 

Uses of BTreeValueComparator in org.openrdf.sesame.sailimpl.nativerdf.btree
 

Classes in org.openrdf.sesame.sailimpl.nativerdf.btree that implement BTreeValueComparator
 class DefaultBTreeValueComparator
          A BTreeValueComparator that compares values with eachother by comparing all of their bytes.
 

Constructors in org.openrdf.sesame.sailimpl.nativerdf.btree with parameters of type BTreeValueComparator
BTree(File dataFile, int blockSize, int valueSize, BTreeValueComparator comparator)
          Creates a new BTree that uses the supplied BTreeValueComparator to compare the values that are or will be stored in the B-Tree.
 



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.