public class QueryExecutionCache extends QueryExecutionStreamingDecorator
decoratee| Constructor and Description |
|---|
QueryExecutionCache(QueryExecutionStreaming decoratee,
String queryString,
Cache cache) |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.Model |
_doCacheModel(com.hp.hpl.jena.rdf.model.Model result,
org.aksw.commons.sparql.api.cache.core.ModelProvider modelProvider) |
boolean |
doCacheBoolean() |
com.hp.hpl.jena.rdf.model.Model |
doCacheModel(com.hp.hpl.jena.rdf.model.Model result,
org.aksw.commons.sparql.api.cache.core.ModelProvider modelProvider) |
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() |
execConstructStreaming, execDescribeStreamingabort, close, getContext, getDataset, getDecoratee, getQuery, setDecoratee, setFileManager, setInitialBinding, setTimeout, setTimeout, setTimeout, setTimeoutpublic QueryExecutionCache(QueryExecutionStreaming decoratee, String queryString, Cache cache)
public com.hp.hpl.jena.query.ResultSet doCacheResultSet()
public com.hp.hpl.jena.rdf.model.Model doCacheModel(com.hp.hpl.jena.rdf.model.Model result,
org.aksw.commons.sparql.api.cache.core.ModelProvider modelProvider)
public com.hp.hpl.jena.rdf.model.Model _doCacheModel(com.hp.hpl.jena.rdf.model.Model result,
org.aksw.commons.sparql.api.cache.core.ModelProvider modelProvider)
throws IOException
IOExceptionpublic boolean doCacheBoolean()
public com.hp.hpl.jena.query.ResultSet execSelect()
execSelect in interface com.hp.hpl.jena.query.QueryExecutionexecSelect in class QueryExecutionDecoratorBase<QueryExecutionStreaming>public com.hp.hpl.jena.rdf.model.Model execConstruct()
execConstruct in interface com.hp.hpl.jena.query.QueryExecutionexecConstruct in class QueryExecutionDecoratorBase<QueryExecutionStreaming>public com.hp.hpl.jena.rdf.model.Model execConstruct(com.hp.hpl.jena.rdf.model.Model model)
execConstruct in interface com.hp.hpl.jena.query.QueryExecutionexecConstruct in class QueryExecutionDecoratorBase<QueryExecutionStreaming>public com.hp.hpl.jena.rdf.model.Model execDescribe()
execDescribe in interface com.hp.hpl.jena.query.QueryExecutionexecDescribe in class QueryExecutionDecoratorBase<QueryExecutionStreaming>public com.hp.hpl.jena.rdf.model.Model execDescribe(com.hp.hpl.jena.rdf.model.Model model)
execDescribe in interface com.hp.hpl.jena.query.QueryExecutionexecDescribe in class QueryExecutionDecoratorBase<QueryExecutionStreaming>public boolean execAsk()
execAsk in interface com.hp.hpl.jena.query.QueryExecutionexecAsk in class QueryExecutionDecoratorBase<QueryExecutionStreaming>Copyright © 2013. All Rights Reserved.