Class QueryExecutionFactoryExceptionCache

java.lang.Object
org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryWrapperBase<org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory>
org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryDecorator
org.aksw.jena_sparql_api.cache.core.QueryExecutionFactoryWrapper
org.aksw.jena_sparql_api.cache.core.QueryExecutionFactoryExceptionCache
All Implemented Interfaces:
AutoCloseable, org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory, org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery, org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryString

public class QueryExecutionFactoryExceptionCache extends QueryExecutionFactoryWrapper
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected com.google.common.cache.Cache<String,Exception>
     

    Fields inherited from class org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryWrapperBase

    decoratee
  • Constructor Summary

    Constructors
    Constructor
    Description
    QueryExecutionFactoryExceptionCache(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory decoratee, com.google.common.cache.Cache<String,Exception> exceptionCache)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.jena.query.QueryExecution
    wrap(org.apache.jena.query.QueryExecution qe)
     

    Methods inherited from class org.aksw.jena_sparql_api.cache.core.QueryExecutionFactoryWrapper

    createQueryExecution, createQueryExecution

    Methods inherited from class org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryWrapperBase

    close, getDelegate, getId, getState, unwrap

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery

    execConstruct, execConstruct, execConstructDataset, execConstructDataset, execDescribe, execDescribe
  • Field Details

    • exceptionCache

      protected com.google.common.cache.Cache<String,Exception> exceptionCache
  • Constructor Details

    • QueryExecutionFactoryExceptionCache

      public QueryExecutionFactoryExceptionCache(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory decoratee, com.google.common.cache.Cache<String,Exception> exceptionCache)
  • Method Details

    • wrap

      protected org.apache.jena.query.QueryExecution wrap(org.apache.jena.query.QueryExecution qe)
      Specified by:
      wrap in class QueryExecutionFactoryWrapper