public class QueryExecutionFactoryCache extends QueryExecutionFactoryDecorator
decoratee| Constructor and Description |
|---|
QueryExecutionFactoryCache(QueryExecutionFactory decoratee,
Cache cache) |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.QueryExecution |
createQueryExecution(com.hp.hpl.jena.query.Query query) |
com.hp.hpl.jena.query.QueryExecution |
createQueryExecution(String queryString) |
getId, getState, unwrappublic QueryExecutionFactoryCache(QueryExecutionFactory decoratee, Cache cache)
public com.hp.hpl.jena.query.QueryExecution createQueryExecution(com.hp.hpl.jena.query.Query query)
createQueryExecution in interface QueryExecutionFactoryQuerycreateQueryExecution in class QueryExecutionFactoryDecoratorpublic com.hp.hpl.jena.query.QueryExecution createQueryExecution(String queryString)
createQueryExecution in interface QueryExecutionFactoryStringcreateQueryExecution in class QueryExecutionFactoryDecoratorCopyright © 2014. All rights reserved.