Uses of Interface
org.eclipse.rdf4j.query.Operation
Package
Description
Interfaces and classes for handling queries and query results.
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Repository implementation for local RDF databases that implement the SAIL SPI.
Rdf4j-Spring OperationLog
Rdf4j-Spring ResultCache
-
Uses of Operation in org.eclipse.rdf4j.federated.evaluation
Modifier and TypeMethodDescriptionprotected void
TripleSourceBase.applyMaxExecutionTimeUpperBound
(Operation operation) Apply an upper bound of the maximum execution time usingFedXUtil.applyMaxQueryExecutionTime(Operation, FederationContext)
. -
Uses of Operation in org.eclipse.rdf4j.federated.structures
Modifier and TypeClassDescriptionclass
Abstraction of aSailBooleanQuery
which takes care for tracking theFedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIME
during evaluation.class
Abstraction of aSailGraphQuery
which takes care for tracking theFedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIME
during evaluation.class
Abstraction of aSailTupleQuery
which takes care for tracking theFedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIME
during evaluation. -
Uses of Operation in org.eclipse.rdf4j.federated.util
Modifier and TypeMethodDescriptionstatic void
FedXUtil.applyMaxQueryExecutionTime
(Operation operation, FederationContext federationContext) Set a maximum execution time corresponding toFedXConfig.getEnforceMaxQueryTime()
to this operation. -
Uses of Operation in org.eclipse.rdf4j.http.client.query
-
Uses of Operation in org.eclipse.rdf4j.query
Modifier and TypeInterfaceDescriptioninterface
interface
interface
A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).interface
interface
An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL). -
Uses of Operation in org.eclipse.rdf4j.query.impl
Modifier and TypeClassDescriptionclass
Abstract super class of all operation types.class
class
class
Abstract super class of all query types.class
Abstract super class of all update types. -
Uses of Operation in org.eclipse.rdf4j.query.parser.impl
-
Uses of Operation in org.eclipse.rdf4j.repository.http
Modifier and TypeClassDescriptionclass
TupleQuery specific to the HTTP protocol.class
GraphQuery implementation specific to the HTTP protocol.class
TupleQuery specific to the HTTP protocol.class
Update specific to the HTTP protocol. -
Uses of Operation in org.eclipse.rdf4j.repository.sail
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Operation in org.eclipse.rdf4j.repository.sparql.query
Modifier and TypeClassDescriptionclass
Parses boolean query response from remote stores.class
Parses RDF results in the background.class
Deprecated.class
Parses tuple results in the background.class
Update operation of theSPARQLRepository
-
Uses of Operation in org.eclipse.rdf4j.spring.dao.support.opbuilder
Modifier and TypeClassDescriptionclass
OperationBuilder<T extends Operation,
SUB extends OperationBuilder<T, SUB>> -
Uses of Operation in org.eclipse.rdf4j.spring.dao.support.operation
Modifier and TypeMethodDescriptionstatic void
OperationUtils.setBindings
(Operation operation, Map<String, Value> bindings) -
Uses of Operation in org.eclipse.rdf4j.spring.operationlog
Modifier and TypeClassDescriptionclass
class
class
-
Uses of Operation in org.eclipse.rdf4j.spring.operationlog.log
Modifier and TypeMethodDescriptionstatic OperationExecutionStats
void
OperationLog.runWithLog
(Operation operation, Runnable action) <T> T
OperationLog.runWithLog
(Operation operation, Supplier<T> supplier) -
Uses of Operation in org.eclipse.rdf4j.spring.resultcache
Modifier and TypeClassDescriptionclass
Update that, upon each invocation ofexecute()
, clears the result cache it is aware of.class
class
-
Uses of Operation in org.eclipse.rdf4j.spring.support.query
Modifier and TypeClassDescriptionclass
class
class