org.jrdf.graph.local.index.longindex.sesame
Class TripleBTree

java.lang.Object
  extended by org.jrdf.graph.local.index.longindex.sesame.BTree
      extended by 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)
           
 
Method Summary
 BTreeIterator getIterator(Long... node)
           
 
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
 

Constructor Detail

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
Method Detail

getIterator

public BTreeIterator getIterator(Long... node)