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
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryWrapperBase
decoratee -
Constructor Summary
ConstructorsConstructorDescriptionQueryExecutionFactoryExceptionCache(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory decoratee, com.google.common.cache.Cache<String, Exception> exceptionCache) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.jena.query.QueryExecutionwrap(org.apache.jena.query.QueryExecution qe) Methods inherited from class org.aksw.jena_sparql_api.cache.core.QueryExecutionFactoryWrapper
createQueryExecution, createQueryExecutionMethods inherited from class org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryWrapperBase
close, getDelegate, getId, getState, unwrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery
execConstruct, execConstruct, execConstructDataset, execConstructDataset, execDescribe, execDescribe
-
Field Details
-
exceptionCache
-
-
Constructor Details
-
QueryExecutionFactoryExceptionCache
-
-
Method Details
-
wrap
protected org.apache.jena.query.QueryExecution wrap(org.apache.jena.query.QueryExecution qe) - Specified by:
wrapin classQueryExecutionFactoryWrapper
-