Uses of Interface
org.eclipse.rdf4j.query.Operation
Packages that use 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
Methods in org.eclipse.rdf4j.federated.evaluation with parameters of type OperationModifier 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
Classes in org.eclipse.rdf4j.federated.structures that implement OperationModifier 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
Methods in org.eclipse.rdf4j.federated.util with parameters of type OperationModifier 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
Classes in org.eclipse.rdf4j.http.client.query that implement Operation -
Uses of Operation in org.eclipse.rdf4j.query
Subinterfaces of Operation in org.eclipse.rdf4j.queryModifier 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
Classes in org.eclipse.rdf4j.query.impl that implement OperationModifier 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
Classes in org.eclipse.rdf4j.query.parser.impl that implement Operation -
Uses of Operation in org.eclipse.rdf4j.repository.http
Classes in org.eclipse.rdf4j.repository.http that implement OperationModifier 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
Classes in org.eclipse.rdf4j.repository.sail that implement OperationModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Operation in org.eclipse.rdf4j.repository.sparql.query
Classes in org.eclipse.rdf4j.repository.sparql.query that implement OperationModifier 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
Classes in org.eclipse.rdf4j.spring.dao.support.opbuilder with type parameters of type OperationModifier and TypeClassDescriptionclass
OperationBuilder<T extends Operation,
SUB extends OperationBuilder<T, SUB>> -
Uses of Operation in org.eclipse.rdf4j.spring.dao.support.operation
Methods in org.eclipse.rdf4j.spring.dao.support.operation with parameters of type OperationModifier and TypeMethodDescriptionstatic void
OperationUtils.setBindings
(Operation operation, Map<String, Value> bindings) -
Uses of Operation in org.eclipse.rdf4j.spring.operationlog
Classes in org.eclipse.rdf4j.spring.operationlog that implement OperationModifier and TypeClassDescriptionclass
class
class
-
Uses of Operation in org.eclipse.rdf4j.spring.operationlog.log
Methods in org.eclipse.rdf4j.spring.operationlog.log with parameters of type OperationModifier 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
Classes in org.eclipse.rdf4j.spring.resultcache that implement OperationModifier 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
Classes in org.eclipse.rdf4j.spring.support.query that implement OperationModifier and TypeClassDescriptionclass
class
class