Uses of Interface
org.eclipse.rdf4j.query.QueryResult
-
Packages that use QueryResult Package Description org.eclipse.rdf4j.common.concurrent.locks.diagnostics org.eclipse.rdf4j.http.client org.eclipse.rdf4j.query Interfaces and classes for handling queries and query results.org.eclipse.rdf4j.query.impl org.eclipse.rdf4j.query.resultio.helpers -
-
Uses of QueryResult in org.eclipse.rdf4j.common.concurrent.locks.diagnostics
Classes in org.eclipse.rdf4j.common.concurrent.locks.diagnostics that implement QueryResult Modifier and Type Class Description classCleanerGraphQueryResultclassCleanerTupleQueryResult -
Uses of QueryResult in org.eclipse.rdf4j.http.client
Fields in org.eclipse.rdf4j.http.client with type parameters of type QueryResult Modifier and Type Field Description private java.util.HashSet<QueryResult<?>>BackgroundResultExecutor. executingMethods in org.eclipse.rdf4j.http.client with parameters of type QueryResult Modifier and Type Method Description private voidBackgroundResultExecutor. autoCloseRunnable(QueryResult<?> result, java.lang.Runnable runner) -
Uses of QueryResult in org.eclipse.rdf4j.query
Subinterfaces of QueryResult in org.eclipse.rdf4j.query Modifier and Type Interface Description interfaceGraphQueryResultA representation of a query result as a sequence ofStatementobjects.interfaceTupleQueryResultA representation of a variable-binding query result as a sequence ofBindingSetobjects.Classes in org.eclipse.rdf4j.query that implement QueryResult Modifier and Type Class Description private static classQueryResults.CleanerGraphQueryResultprivate static classQueryResults.GraphQueryResultFilterprivate static classQueryResults.TupleQueryResultFilterMethods in org.eclipse.rdf4j.query with parameters of type QueryResult Modifier and Type Method Description static <T> java.util.List<T>QueryResults. asList(QueryResult<T> queryResult)Get a List containing all elements obtained from the specifiedQueryResult.static <T> java.util.Set<T>QueryResults. asSet(QueryResult<T> queryResult)Get a Set containing all elements obtained from the specifiedQueryResult. -
Uses of QueryResult in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement QueryResult Modifier and Type Class Description classBackgroundGraphResultDeprecated.classGraphQueryResultImplDeprecated.since 2.0.classIteratingGraphQueryResultDeprecated.classIteratingTupleQueryResultDeprecated.classMutableTupleQueryResultAn implementation of theTupleQueryResultinterface that stores the complete query result in memory.classTupleQueryResultImplDeprecated.UseIteratingTupleQueryResultinstead. -
Uses of QueryResult in org.eclipse.rdf4j.query.resultio.helpers
Classes in org.eclipse.rdf4j.query.resultio.helpers that implement QueryResult Modifier and Type Class Description classBackgroundTupleResultDeprecated.
-