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

Packages that use TripleBTree
org.jrdf   
org.jrdf.graph.local.disk   
org.jrdf.graph.local.disk.iterator   
org.jrdf.graph.local.index.longindex.sesame   
 

Uses of TripleBTree in org.jrdf
 

Methods in org.jrdf that return TripleBTree
 TripleBTree[] SortedDiskJRDFFactory.getBTrees()
           
 

Uses of TripleBTree in org.jrdf.graph.local.disk
 

Constructors in org.jrdf.graph.local.disk with parameters of type TripleBTree
GraphFactoryImpl(LongIndex[] newLongIndexes, NodePoolFactory newNodePoolFactory, TripleBTree[] trees)
           
OrderedGraphFactoryImpl(LongIndex[] newLongIndexes, NodePoolFactory newNodePoolFactory, TripleBTree[] trees, long graphNumber)
           
 

Uses of TripleBTree in org.jrdf.graph.local.disk.iterator
 

Constructors in org.jrdf.graph.local.disk.iterator with parameters of type TripleBTree
AnyResourcePredicateIterator(TripleBTree newBTree, GraphHandler newHandler)
           
BTreeGraphIterator(TripleBTree newBTree, GraphHandler newHandler, Long... nodes)
           
DiskIteratorFactory(LongIndex[] newLongIndexes, GraphHandler[] newGraphHandlers, NodePool newNodePool, Localizer newLocalizer, TripleBTree[] newTrees)
           
 

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

Methods in org.jrdf.graph.local.index.longindex.sesame that return TripleBTree
 TripleBTree BTreeFactoryImpl.createBTree(DirectoryHandler handler, String fileName)
           
 TripleBTree BTreeFactory.createBTree(DirectoryHandler handler, String fileName)
           
 

Constructors in org.jrdf.graph.local.index.longindex.sesame with parameters of type TripleBTree
LongIndexSesame(TripleBTree newBtree)