Uses of Class
org.eclipse.rdf4j.query.impl.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
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 AbstractOperation in org.eclipse.rdf4j.http.client.query
-
Uses of AbstractOperation in org.eclipse.rdf4j.query.impl
Modifier 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
-
Uses of AbstractOperation 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 AbstractOperation in org.eclipse.rdf4j.repository.sail
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of AbstractOperation 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
Parses tuple results in the background.class
Update operation of theSPARQLRepository