org.aksw.commons.sparql.api.cache.core
Class QueryExecutionFactoryCacheEx
java.lang.Object
org.aksw.commons.sparql.api.core.QueryExecutionFactoryDecorator
org.aksw.commons.sparql.api.cache.core.QueryExecutionFactoryCacheEx
- All Implemented Interfaces:
- QueryExecutionFactory, QueryExecutionFactoryQuery, QueryExecutionFactoryString
public class QueryExecutionFactoryCacheEx
- 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 |
QueryExecutionFactoryCacheEx
public QueryExecutionFactoryCacheEx(QueryExecutionFactory decoratee,
CacheEx cache)
QueryExecutionFactoryCacheEx
public QueryExecutionFactoryCacheEx(QueryExecutionFactory decoratee,
String service,
CacheEx 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 © 2012. All Rights Reserved.