org.aksw.commons.sparql.api.cache.core
Class QueryExecutionFactoryCacheEx

java.lang.Object
  extended by org.aksw.commons.sparql.api.core.QueryExecutionFactoryDecorator
      extended by 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


Constructor Summary
QueryExecutionFactoryCacheEx(QueryExecutionFactory decoratee, CacheEx cache)
           
QueryExecutionFactoryCacheEx(QueryExecutionFactory decoratee, String service, CacheEx cache)
           
 
Method Summary
 com.hp.hpl.jena.query.QueryExecution createQueryExecution(com.hp.hpl.jena.query.Query query)
           
 com.hp.hpl.jena.query.QueryExecution createQueryExecution(String queryString)
           
 
Methods inherited from class org.aksw.commons.sparql.api.core.QueryExecutionFactoryDecorator
getId, getState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryExecutionFactoryCacheEx

public QueryExecutionFactoryCacheEx(QueryExecutionFactory decoratee,
                                    CacheEx cache)

QueryExecutionFactoryCacheEx

public QueryExecutionFactoryCacheEx(QueryExecutionFactory decoratee,
                                    String service,
                                    CacheEx cache)
Method Detail

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.