Uses of Interface
se.liu.ida.hefquin.engine.QueryProcessingStatsAndExceptions
Packages that use QueryProcessingStatsAndExceptions
Package
Description
-
Uses of QueryProcessingStatsAndExceptions in se.liu.ida.hefquin.engine
Methods in se.liu.ida.hefquin.engine that return QueryProcessingStatsAndExceptionsModifier and TypeMethodDescriptionprotected QueryProcessingStatsAndExceptionsHeFQUINEngine._execAndPrint(org.apache.jena.query.Query query, org.apache.jena.sparql.resultset.ResultsFormat outputFormat, PrintStream output) HeFQUINEngine.executeQueryAndPrintResult(org.apache.jena.query.Query query) Executes the given query and prints the result in text format to stdout.HeFQUINEngine.executeQueryAndPrintResult(org.apache.jena.query.Query query, PrintStream output) Executes the given query and prints the result in text format to the given output.HeFQUINEngine.executeQueryAndPrintResult(org.apache.jena.query.Query query, org.apache.jena.sparql.resultset.ResultsFormat outputFormat) Executes the given query and prints the result to stdout, in the given format.HeFQUINEngine.executeQueryAndPrintResult(org.apache.jena.query.Query query, org.apache.jena.sparql.resultset.ResultsFormat outputFormat, PrintStream output) Executes the given query and prints the result to the given output, in the given format.QueryProcessingOutput.getStatsAndExceptions()When called after the query result has been consumed, this function returns an object that captures query processing statistics and exceptions that have occurred while processing the query (if any). -
Uses of QueryProcessingStatsAndExceptions in se.liu.ida.hefquin.engine.queryproc
Methods in se.liu.ida.hefquin.engine.queryproc that return QueryProcessingStatsAndExceptionsModifier and TypeMethodDescriptionQueryProcessor.processQuery(Query query, QueryResultSink resultSink) -
Uses of QueryProcessingStatsAndExceptions in se.liu.ida.hefquin.engine.queryproc.impl
Classes in se.liu.ida.hefquin.engine.queryproc.impl that implement QueryProcessingStatsAndExceptionsMethods in se.liu.ida.hefquin.engine.queryproc.impl that return QueryProcessingStatsAndExceptionsModifier and TypeMethodDescriptionQueryProcessorImpl.processQuery(Query query, QueryResultSink resultSink) Constructors in se.liu.ida.hefquin.engine.queryproc.impl with parameters of type QueryProcessingStatsAndExceptionsModifierConstructorDescriptionQueryProcessingStatsAndExceptionsImpl(QueryProcessingStatsAndExceptions other, Exception additionalException) -
Uses of QueryProcessingStatsAndExceptions in se.liu.ida.hefquin.service
Methods in se.liu.ida.hefquin.service with parameters of type QueryProcessingStatsAndExceptionsModifier and TypeMethodDescriptionstatic org.apache.jena.atlas.json.JsonArrayServletUtils.getExceptions(QueryProcessingStatsAndExceptions statsAndExcs) Converts the exceptions of the given object into a JSON array, including class name, message, and full stack trace for each exception.