org.aksw.commons.sparql.api.cache.core
Class QueryExecutionCache
java.lang.Object
org.aksw.commons.sparql.api.core.QueryExecutionDecorator
org.aksw.commons.sparql.api.cache.core.QueryExecutionCache
- All Implemented Interfaces:
- com.hp.hpl.jena.query.QueryExecution
public class QueryExecutionCache
- extends QueryExecutionDecorator
- Author:
- Claus Stadler
Date: 7/26/11
Time: 4:11 PM
|
Method Summary |
com.hp.hpl.jena.rdf.model.Model |
doCacheModel(com.hp.hpl.jena.rdf.model.Model result)
|
com.hp.hpl.jena.query.ResultSet |
doCacheResultSet()
|
boolean |
execAsk()
|
com.hp.hpl.jena.rdf.model.Model |
execConstruct()
|
com.hp.hpl.jena.rdf.model.Model |
execConstruct(com.hp.hpl.jena.rdf.model.Model model)
|
com.hp.hpl.jena.rdf.model.Model |
execDescribe()
|
com.hp.hpl.jena.rdf.model.Model |
execDescribe(com.hp.hpl.jena.rdf.model.Model model)
|
com.hp.hpl.jena.query.ResultSet |
execSelect()
|
| Methods inherited from class org.aksw.commons.sparql.api.core.QueryExecutionDecorator |
abort, close, getContext, getDataset, getDecoratee, setDecoratee, setFileManager, setInitialBinding, setTimeout, setTimeout, setTimeout, setTimeout |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryExecutionCache
public QueryExecutionCache(com.hp.hpl.jena.query.QueryExecution decoratee,
String queryString,
Cache cache)
doCacheResultSet
public com.hp.hpl.jena.query.ResultSet doCacheResultSet()
doCacheModel
public com.hp.hpl.jena.rdf.model.Model doCacheModel(com.hp.hpl.jena.rdf.model.Model result)
execSelect
public com.hp.hpl.jena.query.ResultSet execSelect()
- Specified by:
execSelect in interface com.hp.hpl.jena.query.QueryExecution- Overrides:
execSelect in class QueryExecutionDecorator
execConstruct
public com.hp.hpl.jena.rdf.model.Model execConstruct()
- Specified by:
execConstruct in interface com.hp.hpl.jena.query.QueryExecution- Overrides:
execConstruct in class QueryExecutionDecorator
execConstruct
public com.hp.hpl.jena.rdf.model.Model execConstruct(com.hp.hpl.jena.rdf.model.Model model)
- Specified by:
execConstruct in interface com.hp.hpl.jena.query.QueryExecution- Overrides:
execConstruct in class QueryExecutionDecorator
execDescribe
public com.hp.hpl.jena.rdf.model.Model execDescribe()
- Specified by:
execDescribe in interface com.hp.hpl.jena.query.QueryExecution- Overrides:
execDescribe in class QueryExecutionDecorator
execDescribe
public com.hp.hpl.jena.rdf.model.Model execDescribe(com.hp.hpl.jena.rdf.model.Model model)
- Specified by:
execDescribe in interface com.hp.hpl.jena.query.QueryExecution- Overrides:
execDescribe in class QueryExecutionDecorator
execAsk
public boolean execAsk()
- Specified by:
execAsk in interface com.hp.hpl.jena.query.QueryExecution- Overrides:
execAsk in class QueryExecutionDecorator
Copyright © 2011. All Rights Reserved.