|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LongIndex | |
|---|---|
| org.jrdf.graph.local | |
| org.jrdf.graph.local.disk | |
| org.jrdf.graph.local.disk.iterator | |
| org.jrdf.graph.local.index.graphhandler | |
| org.jrdf.graph.local.index.longindex.bdb | |
| org.jrdf.graph.local.index.longindex.db4o | |
| org.jrdf.graph.local.index.longindex.mem | This package implements an in memory version of the index interfaces. |
| org.jrdf.graph.local.index.longindex.sesame | |
| org.jrdf.graph.local.index.operation | An implementation of the Graph Operations with knowledge of Graph indexes. |
| org.jrdf.graph.local.index.operation.mem | An in memory implementation of the Graph Operations with knowledge of Graph indexes. |
| org.jrdf.graph.local.iterator | |
| Uses of LongIndex in org.jrdf.graph.local |
|---|
| Constructors in org.jrdf.graph.local with parameters of type LongIndex | |
|---|---|
GraphFactoryImpl(LongIndex[] newLongIndexes,
NodePoolFactory newNodePoolFactory)
|
|
GraphImpl(LongIndex[] longIndexes,
NodePool newNodePool,
ReadWriteGraph newWritableGraph)
Default constructor. |
|
OrderedGraphFactoryImpl(LongIndex[] newLongIndexes,
NodePoolFactory newNodePoolFactory)
|
|
ReadableGraphImpl(LongIndex[] newLongIndexes,
Localizer newLocalizer,
IteratorFactory newIteratorFactory)
|
|
ReadWriteGraphImpl(LongIndex[] newIndexes,
NodePool newNodePool,
IteratorFactory newIteratorFactory)
|
|
WritableGraphImpl(LongIndex[] newLongIndexes,
NodePool newNodePool,
Localizer newLocalizer)
|
|
| Uses of LongIndex in org.jrdf.graph.local.disk |
|---|
| Constructors in org.jrdf.graph.local.disk with parameters of type LongIndex | |
|---|---|
GraphFactoryImpl(LongIndex[] newLongIndexes,
NodePoolFactory newNodePoolFactory,
TripleBTree[] trees)
|
|
OrderedGraphFactoryImpl(LongIndex[] newLongIndexes,
NodePoolFactory newNodePoolFactory,
TripleBTree[] trees,
long graphNumber)
|
|
| Uses of LongIndex in org.jrdf.graph.local.disk.iterator |
|---|
| Constructors in org.jrdf.graph.local.disk.iterator with parameters of type LongIndex | |
|---|---|
DiskIteratorFactory(LongIndex[] newLongIndexes,
GraphHandler[] newGraphHandlers,
NodePool newNodePool,
Localizer newLocalizer,
TripleBTree[] newTrees)
|
|
| Uses of LongIndex in org.jrdf.graph.local.index.graphhandler |
|---|
| Methods in org.jrdf.graph.local.index.graphhandler with parameters of type LongIndex | |
|---|---|
void |
GraphHandler.reconstructIndices(LongIndex firstIndex,
LongIndex secondIndex,
LongIndex thirdIndex)
As 012, 120 and 201 are symmetrical this can be used to reconstruct either two from any one index. |
void |
AbstractGraphHandler.reconstructIndices(LongIndex firstIndex,
LongIndex secondIndex,
LongIndex thirdIndex)
|
| Constructors in org.jrdf.graph.local.index.graphhandler with parameters of type LongIndex | |
|---|---|
GraphHandler012(LongIndex[] indexes,
NodePool newNodePool)
|
|
GraphHandler120(LongIndex[] indexes,
NodePool nodePool)
|
|
GraphHandler201(LongIndex[] indexes,
NodePool nodePool)
|
|
| Uses of LongIndex in org.jrdf.graph.local.index.longindex.bdb |
|---|
| Classes in org.jrdf.graph.local.index.longindex.bdb that implement LongIndex | |
|---|---|
class |
LongIndexBdb
|
| Uses of LongIndex in org.jrdf.graph.local.index.longindex.db4o |
|---|
| Classes in org.jrdf.graph.local.index.longindex.db4o that implement LongIndex | |
|---|---|
class |
LongIndexDb4o
|
| Uses of LongIndex in org.jrdf.graph.local.index.longindex.mem |
|---|
| Classes in org.jrdf.graph.local.index.longindex.mem that implement LongIndex | |
|---|---|
class |
LongIndexMem
An in memory version of $ LongIndex. |
| Uses of LongIndex in org.jrdf.graph.local.index.longindex.sesame |
|---|
| Classes in org.jrdf.graph.local.index.longindex.sesame that implement LongIndex | |
|---|---|
class |
LongIndexSesame
|
| Uses of LongIndex in org.jrdf.graph.local.index.operation |
|---|
| Methods in org.jrdf.graph.local.index.operation that return LongIndex | |
|---|---|
LongIndex |
Union.perform(LongIndex index1,
LongIndex index2)
|
LongIndex |
SetOperation.perform(LongIndex index1,
LongIndex index2)
|
LongIndex |
Intersection.perform(LongIndex index1,
LongIndex index2)
|
LongIndex |
Difference.perform(LongIndex index1,
LongIndex index2)
|
| Methods in org.jrdf.graph.local.index.operation with parameters of type LongIndex | |
|---|---|
LongIndex |
Union.perform(LongIndex index1,
LongIndex index2)
|
LongIndex |
SetOperation.perform(LongIndex index1,
LongIndex index2)
|
LongIndex |
Intersection.perform(LongIndex index1,
LongIndex index2)
|
LongIndex |
Difference.perform(LongIndex index1,
LongIndex index2)
|
| Uses of LongIndex in org.jrdf.graph.local.index.operation.mem |
|---|
| Methods in org.jrdf.graph.local.index.operation.mem that return LongIndex | |
|---|---|
LongIndex |
UnionImpl.perform(LongIndex index1,
LongIndex index2)
|
LongIndex |
IntersectionImpl.perform(LongIndex index1,
LongIndex index2)
|
LongIndex |
DifferenceImpl.perform(LongIndex index1,
LongIndex index2)
|
| Methods in org.jrdf.graph.local.index.operation.mem with parameters of type LongIndex | |
|---|---|
static void |
BasicOperations.copyEntriesToIndex(LongIndex existingIndex,
LongIndex newIndex)
|
LongIndex |
UnionImpl.perform(LongIndex index1,
LongIndex index2)
|
LongIndex |
IntersectionImpl.perform(LongIndex index1,
LongIndex index2)
|
LongIndex |
DifferenceImpl.perform(LongIndex index1,
LongIndex index2)
|
static void |
BasicOperations.performIntersection(LongIndex firstExistingIndex,
LongIndex secondExistingIndex,
LongIndex newIndex)
|
static void |
BasicOperations.reconstruct(LongIndex existingIndex,
LongIndex firstNewIndex,
LongIndex secondNewIndex)
|
static void |
BasicOperations.removeEntriesFromIndex(LongIndex existingIndex,
LongIndex newIndex)
|
| Constructors in org.jrdf.graph.local.index.operation.mem with parameters of type LongIndex | |
|---|---|
BasicOperations.DoCopyTripleStuff(LongIndex newIndex)
|
|
BasicOperations.DoIntersectionTripleStuff(LongIndex newIndex,
Set<Long> longSet)
|
|
BasicOperations.DoReconstructTripleStuff(LongIndex newIndex1,
LongIndex newIndex2)
|
|
| Uses of LongIndex in org.jrdf.graph.local.iterator |
|---|
| Fields in org.jrdf.graph.local.iterator declared as LongIndex | |
|---|---|
protected LongIndex |
ResourceIterator.longIndex012
|
| Constructors in org.jrdf.graph.local.iterator with parameters of type LongIndex | |
|---|---|
AnyResourceIterator(LongIndex[] newLongIndexes,
ResourceFactory newResourceFactory,
NodePool newNodePool)
|
|
AnyResourcePredicateIterator(LongIndex newLongIndex,
NodePool newNodePool)
|
|
FixedResourcePredicateIterator(Long newResource,
LongIndex spoIndex,
LongIndex posIndex,
NodePool newNodePool)
|
|
LocalIteratorFactory(LongIndex[] newLongIndexes,
GraphHandler[] newGraphHandlers,
NodePool newNodePool)
|
|
OrderedIteratorFactoryImpl(IteratorFactory newIteratorFactory,
Localizer newLocalizer,
LongIndex newLongIndex,
GraphHandler newGraphHandler,
SortedSetFactory newSetFactory)
|
|
ResourceIterator(LongIndex[] newLongIndexes,
ResourceFactory newResourceFactory,
NodePool newNodePool)
|
|
ResourceIteratorFactoryImpl(LongIndex[] newLongIndexes,
ResourceFactory newResourceFactory,
NodePool newNodePool)
|
|
ThreeFixedIterator(Long[] newNodes,
LongIndex newLongIndex,
GraphHandler newHandler)
Constructor. |
|
TripleClosableIterator(Iterator<Triple> newIter,
Localizer newLocalizer,
LongIndex newLongIndex,
GraphHandler newHandler)
|
|
TwoFixedIterator(Long fixedFirstNode,
Long fixedSecondNode,
LongIndex newLongIndex,
GraphHandler newHandler)
Constructor. |
|
URIReferenceResourceIterator(LongIndex[] newLongIndexes,
ResourceFactory newResourceFactory,
NodePool newNodePool)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||