Uses of Interface
org.jrdf.graph.local.index.longindex.sesame.BTreeValueComparator

Packages that use BTreeValueComparator
org.jrdf.graph.local.index.longindex.sesame   
 

Uses of BTreeValueComparator in org.jrdf.graph.local.index.longindex.sesame
 

Classes in org.jrdf.graph.local.index.longindex.sesame that implement BTreeValueComparator
 class DefaultBTreeValueComparator
          A BTreeValueComparator that compares values with eachother by comparing all of their bytes.
 

Constructors in org.jrdf.graph.local.index.longindex.sesame 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.
BTree(File dataFile, int blockSize, int valueSize, BTreeValueComparator comparator, boolean forceSync)
          Creates a new BTree that uses the supplied BTreeValueComparator to compare the values that are or will be stored in the B-Tree.
TripleBTree(File dataFile, int blockSize, int valueSize, BTreeValueComparator comparator)
           
TripleBTree(File dataFile, int blockSize, int valueSize, BTreeValueComparator comparator, boolean forceSync)