| 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)
|