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 |
FedXBooleanQuery
Abstraction of a
SailBooleanQuery which takes care for tracking the
FedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIME during evaluation. |
class |
FedXGraphQuery
Abstraction of a
SailGraphQuery which takes care for tracking the
FedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIME during evaluation. |
class |
FedXTupleQuery
Abstraction of a
SailTupleQuery which takes care for tracking the
FedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIME during 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 |
AbstractHTTPQuery
Base class for any
Query operation over HTTP. |
class |
AbstractHTTPUpdate
Base class for any
Update operation over HTTP. |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanQuery |
interface |
GraphQuery |
interface |
Query
A query on a repository that can be formulated in one of the supported query languages (for example SeRQL or SPARQL).
|
interface |
TupleQuery |
interface |
Update
An 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 |
AbstractOperation
Abstract super class of all operation types.
|
class |
AbstractParserQuery |
class |
AbstractParserUpdate |
class |
AbstractQuery
Abstract super class of all query types.
|
class |
AbstractUpdate
Abstract super class of all update types.
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPBooleanQuery
TupleQuery specific to the HTTP protocol.
|
class |
HTTPGraphQuery
GraphQuery implementation specific to the HTTP protocol.
|
class |
HTTPTupleQuery
TupleQuery specific to the HTTP protocol.
|
class |
HTTPUpdate
Update 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 |
SPARQLBooleanQuery
Parses boolean query response from remote stores.
|
class |
SPARQLGraphQuery
Parses RDF results in the background.
|
class |
SPARQLOperation
Deprecated.
|
class |
SPARQLTupleQuery
Parses tuple results in the background.
|
class |
SPARQLUpdate
Update operation of the
SPARQLRepository |
Modifier and Type | Class and Description |
---|---|
class |
SailConnectionBooleanQuery |
class |
SailConnectionGraphQuery |
class |
SailConnectionQuery |
class |
SailConnectionTupleQuery |
class |
SailConnectionUpdate |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.