org.aksw.commons.sparql.api.cache.core
Class QueryExecutionFactoryCache
java.lang.Object
org.aksw.commons.sparql.api.core.QueryExecutionFactoryDecorator
org.aksw.commons.sparql.api.cache.core.QueryExecutionFactoryCache
- All Implemented Interfaces:
- QueryExecutionFactory, QueryExecutionFactoryQuery, QueryExecutionFactoryString
public class QueryExecutionFactoryCache
- extends QueryExecutionFactoryDecorator
- Author:
- Claus Stadler
Date: 7/26/11
Time: 4:08 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryExecutionFactoryCache
public QueryExecutionFactoryCache(QueryExecutionFactory decoratee,
Cache cache)
createQueryExecution
public com.hp.hpl.jena.query.QueryExecution createQueryExecution(com.hp.hpl.jena.query.Query query)
- Specified by:
createQueryExecution in interface QueryExecutionFactoryQuery- Overrides:
createQueryExecution in class QueryExecutionFactoryDecorator
createQueryExecution
public com.hp.hpl.jena.query.QueryExecution createQueryExecution(String queryString)
- Specified by:
createQueryExecution in interface QueryExecutionFactoryString- Overrides:
createQueryExecution in class QueryExecutionFactoryDecorator
Copyright © 2011. All Rights Reserved.