Class QueryExecutionHttpWrapper

java.lang.Object
org.aksw.jenax.dataaccess.sparql.execution.query.QueryExecutionWrapperBase<org.apache.jena.query.QueryExecution>
org.aksw.jena_sparql_api.http.QueryExecutionHttpWrapper
All Implemented Interfaces:
AutoCloseable, org.aksw.jenax.dataaccess.sparql.execution.query.QueryExecutionWrapper, org.apache.jena.query.QueryExecution

public class QueryExecutionHttpWrapper extends org.aksw.jenax.dataaccess.sparql.execution.query.QueryExecutionWrapperBase<org.apache.jena.query.QueryExecution>
  • Field Summary

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

    decoratee
  • Constructor Summary

    Constructors
    Constructor
    Description
    QueryExecutionHttpWrapper(org.apache.jena.query.QueryExecution decoratee)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Iterator<org.apache.jena.graph.Triple>
     
    org.apache.jena.query.ResultSet
     
    static <T> T
    wrapException(com.google.common.base.Supplier<T> supplier)
     

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

    afterExec, beforeExec, execAsk, execConstruct, execConstruct, execConstructDataset, execConstructDataset, execConstructQuads, execDescribe, execDescribe, execDescribeTriples, execJson, execJsonItems, getDelegate, getQueryString, onException

    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.execution.query.QueryExecutionWrapper

    abort, close, getContext, getDataset, getQuery, getTimeout1, getTimeout2, isClosed, tryGetDelegate, unwrap
  • Constructor Details

    • QueryExecutionHttpWrapper

      public QueryExecutionHttpWrapper(org.apache.jena.query.QueryExecution decoratee)
  • Method Details

    • execSelect

      public org.apache.jena.query.ResultSet execSelect()
      Specified by:
      execSelect in interface org.apache.jena.query.QueryExecution
      Overrides:
      execSelect in class org.aksw.jenax.dataaccess.sparql.execution.query.QueryExecutionWrapperBase<org.apache.jena.query.QueryExecution>
    • execConstructTriples

      public Iterator<org.apache.jena.graph.Triple> execConstructTriples()
      Specified by:
      execConstructTriples in interface org.apache.jena.query.QueryExecution
      Overrides:
      execConstructTriples in class org.aksw.jenax.dataaccess.sparql.execution.query.QueryExecutionWrapperBase<org.apache.jena.query.QueryExecution>
    • wrapException

      public static <T> T wrapException(com.google.common.base.Supplier<T> supplier)