Uses of Interface
org.eclipse.rdf4j.query.GraphQueryResult
Packages that use GraphQueryResult
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.
Helper classes for working with Repositories.
Rdf4j-Spring OperationLog
Rdf4j-Spring ResultCache
-
Uses of GraphQueryResult in org.eclipse.rdf4j.common.concurrent.locks.diagnostics
Classes in org.eclipse.rdf4j.common.concurrent.locks.diagnostics that implement GraphQueryResultConstructors in org.eclipse.rdf4j.common.concurrent.locks.diagnostics with parameters of type GraphQueryResultModifierConstructorDescriptionCleanerGraphQueryResult
(GraphQueryResult delegate, ConcurrentCleaner cleaner) -
Uses of GraphQueryResult in org.eclipse.rdf4j.federated.evaluation.iterator
Fields in org.eclipse.rdf4j.federated.evaluation.iterator declared as GraphQueryResultModifier and TypeFieldDescriptionprotected final GraphQueryResult
GraphToBindingSetConversionIteration.graph
Constructors in org.eclipse.rdf4j.federated.evaluation.iterator with parameters of type GraphQueryResult -
Uses of GraphQueryResult in org.eclipse.rdf4j.federated.structures
Methods in org.eclipse.rdf4j.federated.structures that return GraphQueryResult -
Uses of GraphQueryResult in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client that return GraphQueryResultModifier and TypeMethodDescriptionprotected GraphQueryResult
SPARQLProtocolSession.getRDFBackground
(org.apache.http.client.methods.HttpUriRequest method, boolean requireContext, WeakReference<?> callerRef) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removedBackgroundResultExecutor.parse
(RDFParser parser, InputStream in, Charset charset, String baseURI, WeakReference<?> callerReference) SPARQLProtocolSession.sendGraphQuery
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removedSPARQLProtocolSession.sendGraphQuery
(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removed -
Uses of GraphQueryResult in org.eclipse.rdf4j.http.server.repository.handler
Methods in org.eclipse.rdf4j.http.server.repository.handler that return GraphQueryResultModifier and TypeMethodDescriptionprotected GraphQueryResult
DefaultQueryRequestHandler.evaluateQuery
(GraphQuery query, long limit, long offset, boolean distinct) -
Uses of GraphQueryResult in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that return GraphQueryResultModifier and TypeMethodDescriptionstatic GraphQueryResult
QueryResults.distinctResults
(GraphQueryResult queryResult) Returns aGraphQueryResult
that filters out any duplicate solutions from the supplied queryResult.GraphQuery.evaluate()
static GraphQueryResult
QueryResults.limitResults
(GraphQueryResult queryResult, long limit, long offset) Returns aGraphQueryResult
that returns at most the specified maximum number of solutions, starting at the supplied offset.static GraphQueryResult
QueryResults.parseGraphBackground
(InputStream in, String baseURI, RDFFormat format) Parses an RDF document and returns it as a GraphQueryResult object, with parsing done on a separate thread in the background.
IMPORTANT: As this method will spawn a new thread in the background, it is vitally important that the resulting GraphQueryResult be closed consistently when it is no longer required, to prevent resource leaks.static GraphQueryResult
QueryResults.parseGraphBackground
(InputStream in, String baseURI, RDFParser parser) Parses an RDF document and returns it as a GraphQueryResult object, with parsing done on a separate thread in the background.
IMPORTANT: As this method will spawn a new thread in the background, it is vitally important that the resulting GraphQueryResult be closed consistently when it is no longer required, to prevent resource leaks.Methods in org.eclipse.rdf4j.query with parameters of type GraphQueryResultModifier and TypeMethodDescriptionstatic GraphQueryResult
QueryResults.distinctResults
(GraphQueryResult queryResult) Returns aGraphQueryResult
that filters out any duplicate solutions from the supplied queryResult.static boolean
QueryResults.equals
(GraphQueryResult result1, GraphQueryResult result2) Compares two graph query results and returnstrue
if they are equal.static GraphQueryResult
QueryResults.limitResults
(GraphQueryResult queryResult, long limit, long offset) Returns aGraphQueryResult
that returns at most the specified maximum number of solutions, starting at the supplied offset.static void
QueryResults.report
(GraphQueryResult graphQueryResult, RDFHandler rdfHandler) Reports a graph query result to anRDFHandler
.static Statement
QueryResults.singleResult
(GraphQueryResult result) Returns a single element from the query result.The QueryResult is automatically closed by this method. -
Uses of GraphQueryResult in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement GraphQueryResultModifier and TypeClassDescriptionclass
Provides concurrent access to statements as they are being parsed when instances of this class are run as Threads.class
An iterating implementation of theGraphQueryResult
interface. -
Uses of GraphQueryResult in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio with parameters of type GraphQueryResultModifier and TypeMethodDescriptionstatic void
QueryResultIO.writeGraph
(GraphQueryResult gqr, RDFFormat format, OutputStream out) Writes a graph query result document in a specific RDF format to an output stream. -
Uses of GraphQueryResult in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http that return GraphQueryResult -
Uses of GraphQueryResult in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that return GraphQueryResult -
Uses of GraphQueryResult in org.eclipse.rdf4j.repository.sparql.query
Methods in org.eclipse.rdf4j.repository.sparql.query that return GraphQueryResult -
Uses of GraphQueryResult in org.eclipse.rdf4j.repository.util
Method parameters in org.eclipse.rdf4j.repository.util with type arguments of type GraphQueryResultModifier and TypeMethodDescriptionstatic <T> T
Repositories.graphQuery
(Repository repository, String query, Function<GraphQueryResult, T> processFunction) Performs a SPARQL Construct or Describe query on the given Repository within a transaction and passes the results to the givenFunction
with the result from the function returned by the method.static <T> T
Repositories.graphQueryNoTransaction
(Repository repository, String query, Function<GraphQueryResult, T> processFunction) Performs a SPARQL Construct or Describe query on the given Repository without opening a transaction and passes the results to the givenFunction
with the result from the function returned by the method. -
Uses of GraphQueryResult in org.eclipse.rdf4j.spring.dao.support.operation
Constructors in org.eclipse.rdf4j.spring.dao.support.operation with parameters of type GraphQueryResult -
Uses of GraphQueryResult in org.eclipse.rdf4j.spring.operationlog
Methods in org.eclipse.rdf4j.spring.operationlog that return GraphQueryResult -
Uses of GraphQueryResult in org.eclipse.rdf4j.spring.resultcache
Classes in org.eclipse.rdf4j.spring.resultcache that implement GraphQueryResultModifier and TypeClassDescriptionclass
class
Wrapper for a TupleQueryResult, allowing the result to be replayed.Methods in org.eclipse.rdf4j.spring.resultcache that return GraphQueryResultConstructors in org.eclipse.rdf4j.spring.resultcache with parameters of type GraphQueryResultModifierConstructorDescriptionReusableGraphQueryResult
(GraphQueryResult result, BindingSet queryBindings) -
Uses of GraphQueryResult in org.eclipse.rdf4j.spring.support.query
Methods in org.eclipse.rdf4j.spring.support.query that return GraphQueryResult