public class QueryExecutionFactoryCacheEx extends QueryExecutionFactoryDecorator
decoratee| Constructor and Description |
|---|
QueryExecutionFactoryCacheEx(QueryExecutionFactory decoratee,
CacheFrontend cache) |
QueryExecutionFactoryCacheEx(QueryExecutionFactory decoratee,
String service,
CacheFrontend 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) |
close, getId, getState, unwrappublic QueryExecutionFactoryCacheEx(QueryExecutionFactory decoratee, CacheFrontend cache)
public QueryExecutionFactoryCacheEx(QueryExecutionFactory decoratee, String service, CacheFrontend 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 © 2015. All rights reserved.