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