| Package | Description | 
|---|---|
| org.eclipse.rdf4j.federated.evaluation.concurrent | |
| org.eclipse.rdf4j.http.client | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | ParallelExecutorBase. checkTimeout()Checks whether the query execution has run into a timeout. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected TupleQueryResult | SPARQLProtocolSession. getBackgroundTupleQueryResult(org.apache.http.client.methods.HttpUriRequest method)Parse the response in a background thread. | 
| TupleQueryResult | RDF4JProtocolSession. getContextIDs() | 
| void | RDF4JProtocolSession. getContextIDs(TupleQueryResultHandler handler) | 
| TupleQueryResult | RDF4JProtocolSession. getNamespaces() | 
| void | RDF4JProtocolSession. getNamespaces(TupleQueryResultHandler handler) | 
| protected void | SPARQLProtocolSession. getRDF(org.apache.http.client.methods.HttpUriRequest method,
      RDFHandler handler,
      boolean requireContext)Parse the response in this thread using the provided  RDFHandler. | 
| protected GraphQueryResult | SPARQLProtocolSession. getRDFBackground(org.apache.http.client.methods.HttpUriRequest method,
                boolean requireContext)Parse the response in a background thread. | 
| void | RDF4JProtocolSession. getRepositoryConfig(StatementCollector statementCollector)Retrieve configuration of the current repository and send it to the supplied  StatementCollector | 
| TupleQueryResult | RDF4JProtocolSession. getRepositoryList() | 
| void | RDF4JProtocolSession. getRepositoryList(TupleQueryResultHandler handler) | 
| void | RDF4JProtocolSession. getStatements(Resource subj,
             IRI pred,
             Value obj,
             boolean includeInferred,
             RDFHandler handler,
             Resource... contexts) | 
| protected void | SPARQLProtocolSession. getTupleQueryResult(org.apache.http.client.methods.HttpUriRequest method,
                   TupleQueryResultHandler handler)Parse the response in this thread using the provided  TupleQueryResultHandler. | 
| boolean | SPARQLProtocolSession. sendBooleanQuery(QueryLanguage ql,
                String query,
                Dataset dataset,
                boolean includeInferred,
                Binding... bindings) | 
| boolean | SPARQLProtocolSession. sendBooleanQuery(QueryLanguage ql,
                String query,
                String baseURI,
                Dataset dataset,
                boolean includeInferred,
                int maxQueryTime,
                Binding... bindings) | 
| GraphQueryResult | SPARQLProtocolSession. sendGraphQuery(QueryLanguage ql,
              String query,
              Dataset dataset,
              boolean includeInferred,
              Binding... bindings) | 
| void | SPARQLProtocolSession. sendGraphQuery(QueryLanguage ql,
              String query,
              Dataset dataset,
              boolean includeInferred,
              RDFHandler handler,
              Binding... bindings) | 
| GraphQueryResult | SPARQLProtocolSession. sendGraphQuery(QueryLanguage ql,
              String query,
              String baseURI,
              Dataset dataset,
              boolean includeInferred,
              int maxQueryTime,
              Binding... bindings) | 
| void | SPARQLProtocolSession. sendGraphQuery(QueryLanguage ql,
              String query,
              String baseURI,
              Dataset dataset,
              boolean includeInferred,
              int maxQueryTime,
              RDFHandler handler,
              Binding... bindings) | 
| TupleQueryResult | SPARQLProtocolSession. sendTupleQuery(QueryLanguage ql,
              String query,
              Dataset dataset,
              boolean includeInferred,
              Binding... bindings) | 
| TupleQueryResult | SPARQLProtocolSession. sendTupleQuery(QueryLanguage ql,
              String query,
              String baseURI,
              Dataset dataset,
              boolean includeInferred,
              int maxQueryTime,
              Binding... bindings) | 
| void | SPARQLProtocolSession. sendTupleQuery(QueryLanguage ql,
              String query,
              String baseURI,
              Dataset dataset,
              boolean includeInferred,
              int maxQueryTime,
              TupleQueryResultHandler handler,
              Binding... bindings) | 
| void | SPARQLProtocolSession. sendUpdate(QueryLanguage ql,
          String update,
          String baseURI,
          Dataset dataset,
          boolean includeInferred,
          Binding... bindings) | 
| void | SPARQLProtocolSession. sendUpdate(QueryLanguage ql,
          String update,
          String baseURI,
          Dataset dataset,
          boolean includeInferred,
          int maxQueryTime,
          Binding... bindings) | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.