Uses of Class
org.eclipse.rdf4j.query.impl.AbstractOperation
Packages that use AbstractOperation
Package
Description
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.
-
Uses of AbstractOperation in org.eclipse.rdf4j.federated.structures
Subclasses of AbstractOperation in org.eclipse.rdf4j.federated.structuresModifier 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 AbstractOperation in org.eclipse.rdf4j.http.client.query
Subclasses of AbstractOperation in org.eclipse.rdf4j.http.client.query -
Uses of AbstractOperation in org.eclipse.rdf4j.query.impl
Subclasses of AbstractOperation in org.eclipse.rdf4j.query.implModifier and TypeClassDescriptionclass
class
class
Abstract super class of all query types.class
Abstract super class of all update types. -
Uses of AbstractOperation in org.eclipse.rdf4j.query.parser.impl
Subclasses of AbstractOperation in org.eclipse.rdf4j.query.parser.impl -
Uses of AbstractOperation in org.eclipse.rdf4j.repository.http
Subclasses of AbstractOperation in org.eclipse.rdf4j.repository.httpModifier 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 AbstractOperation in org.eclipse.rdf4j.repository.sail
Subclasses of AbstractOperation in org.eclipse.rdf4j.repository.sailModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of AbstractOperation in org.eclipse.rdf4j.repository.sparql.query
Subclasses of AbstractOperation in org.eclipse.rdf4j.repository.sparql.queryModifier and TypeClassDescriptionclass
Parses boolean query response from remote stores.class
Parses RDF results in the background.class
Parses tuple results in the background.class
Update operation of theSPARQLRepository