org.jrdf.graph.local.index.longindex.sesame
Class TripleBTree
java.lang.Object
org.jrdf.graph.local.index.longindex.sesame.BTree
org.jrdf.graph.local.index.longindex.sesame.TripleBTree
public class TripleBTree
- extends BTree
|
Constructor Summary |
TripleBTree(File dataFile,
int blockSize,
int valueSize)
|
TripleBTree(File dataFile,
int blockSize,
int valueSize,
boolean forceSync)
|
TripleBTree(File dataFile,
int blockSize,
int valueSize,
BTreeValueComparator comparator)
|
TripleBTree(File dataFile,
int blockSize,
int valueSize,
BTreeValueComparator comparator,
boolean forceSync)
|
| Methods inherited from class org.jrdf.graph.local.index.longindex.sesame.BTree |
clear, close, get, getFile, insert, iterateAll, iterateRange, iterateRangedValues, iterateValues, main, print, remove, runDebugTest, runPerformanceTest, sync |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TripleBTree
public TripleBTree(File dataFile,
int blockSize,
int valueSize)
throws IOException
- Throws:
IOException
TripleBTree
public TripleBTree(File dataFile,
int blockSize,
int valueSize,
boolean forceSync)
throws IOException
- Throws:
IOException
TripleBTree
public TripleBTree(File dataFile,
int blockSize,
int valueSize,
BTreeValueComparator comparator)
throws IOException
- Throws:
IOException
TripleBTree
public TripleBTree(File dataFile,
int blockSize,
int valueSize,
BTreeValueComparator comparator,
boolean forceSync)
throws IOException
- Throws:
IOException
getIterator
public BTreeIterator getIterator(Long... node)