public class ConceptCache extends Object
| Constructor and Description |
|---|
ConceptCache(QueryExecutionFactory sparqlService) |
| Modifier and Type | Method and Description |
|---|---|
static void |
applyCache() |
com.hp.hpl.jena.query.ResultSet |
execSelect(com.hp.hpl.jena.query.Query query) |
void |
index(com.hp.hpl.jena.query.Query query) |
void |
index(com.hp.hpl.jena.query.Query query,
com.hp.hpl.jena.query.ResultSet rs) |
static void |
main(String[] args) |
public ConceptCache(QueryExecutionFactory sparqlService)
public static void applyCache()
public void index(com.hp.hpl.jena.query.Query query,
com.hp.hpl.jena.query.ResultSet rs)
public void index(com.hp.hpl.jena.query.Query query)
public com.hp.hpl.jena.query.ResultSet execSelect(com.hp.hpl.jena.query.Query query)
public static void main(String[] args) throws IOException
IOExceptionCopyright © 2015. All rights reserved.