Uses of Interface
com.hp.hpl.jena.sparql.engine.index.IndexTable

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)
           
 



Licenced under the Apache License, Version 2.0