Modifier and Type | Method and Description |
---|---|
void |
ConsoleQueryResultWriter.endQueryResult() |
protected void |
ConsoleQueryResultWriter.handleSolutionImpl(BindingSet bindingSet) |
void |
ConsoleQueryResultWriter.startQueryResult(List<String> bindingNames) |
Modifier and Type | Method and Description |
---|---|
void |
FedXTupleQuery.evaluate(TupleQueryResultHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
RDF4JProtocolSession.getContextIDs(TupleQueryResultHandler handler) |
void |
RDF4JProtocolSession.getNamespaces(TupleQueryResultHandler handler) |
void |
RDF4JProtocolSession.getRepositoryList(TupleQueryResultHandler handler) |
protected void |
SPARQLProtocolSession.getTupleQueryResult(org.apache.http.client.methods.HttpUriRequest method,
TupleQueryResultHandler handler)
Parse the response in this thread using the provided
TupleQueryResultHandler . |
void |
SPARQLProtocolSession.sendTupleQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
TupleQueryResultHandler handler,
Binding... bindings) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTupleQueryResultHandler.endQueryResult() |
void |
QueryResultHandler.endQueryResult()
Indicates the end of a sequence of solutions.
|
void |
TupleQuery.evaluate(TupleQueryResultHandler handler) |
void |
AbstractTupleQueryResultHandler.handleSolution(BindingSet bindingSet) |
void |
QueryResultHandler.handleSolution(BindingSet bindingSet)
Handles a solution.
|
static void |
QueryResults.report(TupleQueryResult tqr,
QueryResultHandler handler)
Reports a tuple query result to a
TupleQueryResultHandler . |
void |
AbstractTupleQueryResultHandler.startQueryResult(List<String> bindingNames) |
void |
QueryResultHandler.startQueryResult(List<String> bindingNames)
Indicates the start of a sequence of Solutions.
|
Modifier and Type | Method and Description |
---|---|
void |
DAWGTestResultSetWriter.endQueryResult() |
void |
DAWGTestResultSetWriter.handleSolution(BindingSet bindingSet) |
void |
DAWGTestResultSetWriter.startQueryResult(List<String> bindingNames) |
Modifier and Type | Method and Description |
---|---|
void |
TupleQueryResultBuilder.handleSolution(BindingSet bindingSet) |
void |
TupleQueryResultBuilder.startQueryResult(List<String> bindingNames) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractQueryResultIOTest.assertQueryResultsEqual(TupleQueryResult expected,
TupleQueryResult output) |
protected void |
AbstractQueryResultIOTest.doBooleanParseNoHandlerOnTupleResults(BooleanQueryResultFormat format,
TupleQueryResult tqr,
TupleQueryResultFormat matchingTupleFormat)
Tests that the parser returned for a BooleanQueryResultFormat is not able to parse a TupleQueryResultFormat using
the deprecated
BooleanQueryResultParser.parse(java.io.InputStream) method, and that it does indeed
through an exception of type QueryResultParseException . |
protected void |
AbstractQueryResultIOTest.doTupleNoHandler(TupleQueryResultFormat format,
TupleQueryResult input,
TupleQueryResult expected)
Tests that parsing a tuple results set without specifying a
TupleQueryResultHandler does not throw any
exceptions. |
void |
AbstractQueryResultWriter.handleSolution(BindingSet bindingSet) |
protected void |
AbstractQueryResultWriter.handleSolutionImpl(BindingSet bindings)
Extending classes must implement this method instead of overriding
AbstractQueryResultWriter.handleSolution(BindingSet) in order
to benefit from automatic handling of RDF* encoding. |
void |
TupleQueryResultParser.parse(InputStream in)
Deprecated.
Use
QueryResultParser.parseQueryResult(InputStream) instead. |
static TupleQueryResult |
QueryResultIO.parseTuple(InputStream in,
QueryResultFormat format)
Parses a query result document and returns it as a TupleQueryResult object.
|
static void |
QueryResultIO.parseTuple(InputStream in,
QueryResultFormat format,
TupleQueryResultHandler handler,
ValueFactory valueFactory)
Parses a query result document, reporting the parsed solutions to the supplied TupleQueryResultHandler.
|
static TupleQueryResult |
QueryResultIO.parseTupleBackground(InputStream in,
QueryResultFormat format)
Parses a query result document and returns it as a TupleQueryResult object, with parsing done on a separate
thread in the background.
IMPORTANT: As this method may spawn a new thread in the background, it is vitally important that the TupleQueryResult be closed consistently when it is no longer required, to prevent resource leaks. |
protected TupleQueryResult |
AbstractQueryResultIOTest.parseTupleInternal(TupleQueryResultFormat format,
InputStream in)
Override this to customise how the tuple parsing is performed, particularly to test background and other parsing
strategies.
|
void |
AbstractQueryResultWriter.startQueryResult(List<String> bindingNames) |
static void |
QueryResultIO.writeTuple(TupleQueryResult tqr,
QueryResultFormat format,
OutputStream out)
Writes a query result document in a specific query result format to an output stream.
|
Modifier and Type | Method and Description |
---|---|
void |
BinaryQueryResultWriter.endQueryResult() |
protected void |
BinaryQueryResultWriter.handleSolutionImpl(BindingSet bindingSet) |
void |
BinaryQueryResultParser.parse(InputStream in) |
void |
BinaryQueryResultWriter.startDocument() |
void |
BinaryQueryResultWriter.startQueryResult(List<String> bindingNames) |
Modifier and Type | Method and Description |
---|---|
void |
BackgroundTupleResult.endQueryResult() |
void |
QueryResultCollector.endQueryResult() |
void |
BackgroundTupleResult.handleSolution(BindingSet bindingSet) |
void |
QueryResultCollector.handleSolution(BindingSet bindingSet) |
void |
BackgroundTupleResult.startQueryResult(List<String> bindingNames) |
void |
QueryResultCollector.startQueryResult(List<String> bindingNames) |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLResultsJSONParser.parse(InputStream in)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SPARQLResultsXMLParser.parse(InputStream in)
Deprecated.
|
void |
SPARQLResultsXMLParser.parseQueryResult(InputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
BooleanTextWriter.endQueryResult() |
protected void |
BooleanTextWriter.handleSolutionImpl(BindingSet bindingSet) |
void |
BooleanTextWriter.startQueryResult(List<String> bindingNames) |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLResultsCSVWriter.endQueryResult() |
protected void |
SPARQLResultsCSVWriter.handleSolutionImpl(BindingSet bindingSet) |
void |
SPARQLResultsCSVParser.parse(InputStream in) |
void |
SPARQLResultsCSVWriter.startQueryResult(List<String> bindingNames) |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLResultsTSVWriter.endHeader() |
void |
SPARQLResultsTSVWriter.endQueryResult() |
void |
SPARQLResultsTSVWriter.handleLinks(List<String> linkUrls) |
protected void |
SPARQLResultsTSVWriter.handleSolutionImpl(BindingSet bindingSet) |
void |
SPARQLResultsTSVWriter.handleStylesheet(String stylesheetUrl) |
void |
SPARQLResultsTSVParser.parse(InputStream in) |
void |
SPARQLResultsTSVWriter.startDocument() |
void |
SPARQLResultsTSVWriter.startHeader() |
void |
SPARQLResultsTSVWriter.startQueryResult(List<String> bindingNames) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPTupleQuery.evaluate(TupleQueryResultHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
SailTupleQuery.evaluate(TupleQueryResultHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLTupleQuery.evaluate(TupleQueryResultHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
SailConnectionTupleQuery.evaluate(TupleQueryResultHandler handler) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.