| Package | Description |
|---|---|
| org.openrdf.sail.nativerdf.btree |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRecordComparator
A RecordComparator that compares values with eachother by comparing all
of their bytes.
|
| Constructor and 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.
|
Copyright © 2001-2014 Aduna. All Rights Reserved.