| Package | Description | 
|---|---|
| org.eclipse.rdf4j.federated.evaluation | |
| org.eclipse.rdf4j.federated.structures | |
| org.eclipse.rdf4j.federated.util | |
| org.eclipse.rdf4j.http.client.query | |
| org.eclipse.rdf4j.query | Interfaces and classes for handling queries and query results. | 
| org.eclipse.rdf4j.query.impl | |
| org.eclipse.rdf4j.repository.http | A repository that serves as a proxy client for a remote repository on an Rdf4j Server. | 
| org.eclipse.rdf4j.repository.sail | Repository implementation for local RDF databases that implement the SAIL SPI. | 
| org.eclipse.rdf4j.repository.sparql.query | |
| org.eclipse.rdf4j.sail | RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | TripleSourceBase. applyMaxExecutionTimeUpperBound(Operation operation)Apply an upper bound of the maximum execution time using
  FedXUtil.applyMaxQueryExecutionTime(Operation, FederationContext). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FedXBooleanQueryAbstraction of a  SailBooleanQuerywhich takes care for tracking theFedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIMEduring evaluation. | 
| class  | FedXGraphQueryAbstraction of a  SailGraphQuerywhich takes care for tracking theFedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIMEduring evaluation. | 
| class  | FedXTupleQueryAbstraction of a  SailTupleQuerywhich takes care for tracking theFedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIMEduring evaluation. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | FedXUtil. applyMaxQueryExecutionTime(Operation operation,
                          FederationContext federationContext)Set a maximum execution time corresponding to  FedXConfig.getEnforceMaxQueryTime()to this operation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractHTTPQueryBase class for any  Queryoperation over HTTP. | 
| class  | AbstractHTTPUpdateBase class for any  Updateoperation over HTTP. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BooleanQuery | 
| interface  | GraphQuery | 
| interface  | QueryA query on a repository that can be formulated in one of the supported query languages (for example SeRQL or SPARQL). | 
| interface  | TupleQuery | 
| interface  | UpdateAn update operation on a repository that can be formulated in one of the supported query languages (for example
 SPARQL). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractOperationAbstract super class of all operation types. | 
| class  | AbstractParserQuery | 
| class  | AbstractParserUpdate | 
| class  | AbstractQueryAbstract super class of all query types. | 
| class  | AbstractUpdateAbstract super class of all update types. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HTTPBooleanQueryTupleQuery specific to the HTTP protocol. | 
| class  | HTTPGraphQueryGraphQuery implementation specific to the HTTP protocol. | 
| class  | HTTPTupleQueryTupleQuery specific to the HTTP protocol. | 
| class  | HTTPUpdateUpdate specific to the HTTP protocol. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SailBooleanQuery | 
| class  | SailGraphQuery | 
| class  | SailQuery | 
| class  | SailTupleQuery | 
| class  | SailUpdate | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SPARQLBooleanQueryParses boolean query response from remote stores. | 
| class  | SPARQLGraphQueryParses RDF results in the background. | 
| class  | SPARQLOperationDeprecated.  | 
| class  | SPARQLTupleQueryParses tuple results in the background. | 
| class  | SPARQLUpdateUpdate operation of the  SPARQLRepository | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SailConnectionBooleanQuery | 
| class  | SailConnectionGraphQuery | 
| class  | SailConnectionQuery | 
| class  | SailConnectionTupleQuery | 
| class  | SailConnectionUpdate | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.