|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexTable | |
---|---|
com.hp.hpl.jena.sparql.engine.index |
Uses of IndexTable in com.hp.hpl.jena.sparql.engine.index |
---|
Classes in com.hp.hpl.jena.sparql.engine.index that implement IndexTable | |
---|---|
class |
HashIndexTable
Indexes bindings so that they can be search for quickly when a binding to all the variables is provided. |
class |
LinearIndex
A slow "index" that looks for data by searching linearly through a set. |
Methods in com.hp.hpl.jena.sparql.engine.index that return IndexTable | |
---|---|
static IndexTable |
IndexFactory.createIndex(Set<Var> commonVars,
QueryIterator data)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |