Uses of Interface
org.jrdf.graph.local.index.graphhandler.GraphHandler

Packages that use GraphHandler
org.jrdf.graph.local.disk.iterator   
org.jrdf.graph.local.index.graphhandler   
org.jrdf.graph.local.iterator   
org.jrdf.graph.local.mem.iterator   
 

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

Constructors in org.jrdf.graph.local.disk.iterator with parameters of type GraphHandler
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 GraphHandler in org.jrdf.graph.local.index.graphhandler
 

Classes in org.jrdf.graph.local.index.graphhandler that implement GraphHandler
 class AbstractGraphHandler
          Turn this into delegation rather than inheritance?
 class GraphHandler012
          Handles operations on 012 index.
 class GraphHandler120
          Handles operations on 120 index.
 class GraphHandler201
          Handles operations on 201 index.
 

Uses of GraphHandler in org.jrdf.graph.local.iterator
 

Constructors in org.jrdf.graph.local.iterator with parameters of type GraphHandler
OrderedIteratorFactoryImpl(IteratorFactory newIteratorFactory, Localizer newLocalizer, LongIndex newLongIndex, GraphHandler newGraphHandler, SortedSetFactory newSetFactory)
           
TripleClosableIterator(Iterator<Triple> newIter, Localizer newLocalizer, LongIndex newLongIndex, GraphHandler newHandler)
           
 

Uses of GraphHandler in org.jrdf.graph.local.mem.iterator
 

Methods in org.jrdf.graph.local.mem.iterator with parameters of type GraphHandler
protected  long URIReferenceResourceIterator.getNextNodeID(Iterator<Map.Entry<Long,Map<Long,Set<Long>>>> iterator, GraphHandler graphHandler)
           
protected  long AnyResourceIterator.getNextNodeID(Iterator<Map.Entry<Long,Map<Long,Set<Long>>>> iterator, GraphHandler graphHandler)
           
 

Constructors in org.jrdf.graph.local.mem.iterator with parameters of type GraphHandler
AnyResourceIterator(LongIndex[] newLongIndexes, GraphHandler[] newGraphHandlers, ResourceFactory newResourceFactory, NodePool newNodePool)
           
GraphIterator(GraphHandler newHandler)
          Constructor.
MemIteratorFactory(LongIndex[] longIndexes, GraphHandler[] graphHandlers, NodePool nodePool)
           
OneFixedIterator(Long fixedFirstNode, GraphHandler newHandler)
          Constructor.
ThreeFixedIterator(Long[] newNodes, LongIndex newLongIndex, GraphHandler newHandler)
          Constructor.
TwoFixedIterator(Long fixedFirstNode, Long fixedSecondNode, LongIndex newLongIndex, GraphHandler newHandler)
          Constructor.
URIReferenceResourceIterator(LongIndex[] newLongIndexes, GraphHandler[] newGraphHandlers, ResourceFactory newResourceFactory, NodePool newNodePool)