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

java.lang.Object
  extended by org.aksw.commons.sparql.api.core.QueryExecutionFactoryDecorator
      extended by org.aksw.commons.sparql.api.cache.core.QueryExecutionFactoryCache
All Implemented Interfaces:
QueryExecutionFactory, QueryExecutionFactoryQuery, QueryExecutionFactoryString

public class QueryExecutionFactoryCache
extends QueryExecutionFactoryDecorator

Author:
Claus Stadler

Date: 7/26/11 Time: 4:08 PM


Constructor Summary
QueryExecutionFactoryCache(QueryExecutionFactory decoratee, Cache 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

QueryExecutionFactoryCache

public QueryExecutionFactoryCache(QueryExecutionFactory decoratee,
                                  Cache 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 © 2011. All Rights Reserved.