|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphHandler | |
---|---|
org.jrdf.graph.index.graphhandler | |
org.jrdf.graph.index.graphhandler.mem | |
org.jrdf.graph.mem.iterator |
Uses of GraphHandler in org.jrdf.graph.index.graphhandler |
---|
Classes in org.jrdf.graph.index.graphhandler that implement GraphHandler | |
---|---|
class |
AbstractGraphHandler
Turn this into delegation rather than inheritance? |
Uses of GraphHandler in org.jrdf.graph.index.graphhandler.mem |
---|
Classes in org.jrdf.graph.index.graphhandler.mem that implement GraphHandler | |
---|---|
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.mem.iterator |
---|
Constructors in org.jrdf.graph.mem.iterator with parameters of type GraphHandler | |
---|---|
IteratorFactoryImpl(LongIndex[] longIndexes,
GraphHandler[] graphHandlers)
|
|
OrderedIteratorFactoryImpl(IteratorFactory iteratorFactory,
NodePoolMem nodePool,
LongIndex longIndex,
GraphHandler graphHandlers,
NodeComparator nodeComparator)
|
|
TripleClosableIterator(Iterator<Triple> iter,
NodePoolMem nodePool,
LongIndex longIndex,
GraphHandler handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |