Uses of Interface
se.liu.ida.hefquin.engine.queryproc.QueryProcStats
Packages that use QueryProcStats
Package
Description
- 
Uses of QueryProcStats in se.liu.ida.hefquin.engine
Methods in se.liu.ida.hefquin.engine that return types with arguments of type QueryProcStatsModifier and TypeMethodDescriptiondefault Pair<QueryProcStats, List<Exception>> HeFQUINEngine.executeQuery(org.apache.jena.query.Query query) Executes the given query, prints the result in text format to stdout, and returns a statistics collected during the query execution process, together with a list of exception that were caught during query execution (if any).default Pair<QueryProcStats, List<Exception>> HeFQUINEngine.executeQuery(org.apache.jena.query.Query query, PrintStream output) Executes the given query, prints the result in text format to the given output, and returns a statistics collected during the query execution process, together with a list of exception that were caught during query execution (if any).default Pair<QueryProcStats, List<Exception>> HeFQUINEngine.executeQuery(org.apache.jena.query.Query query, org.apache.jena.sparql.resultset.ResultsFormat outputFormat) Executes the given query, prints the result to stdout (in the given format), and returns a statistics collected during the query execution process, together with a list of exception that were caught during query execution (if any).HeFQUINEngine.executeQuery(org.apache.jena.query.Query query, org.apache.jena.sparql.resultset.ResultsFormat outputFormat, PrintStream output) Executes the given query, prints the result to the given output (in the given format), and returns a statistics collected during the query execution process, together with a list of exception that were caught during query execution (if any).HeFQUINEngineImpl.executeQuery(org.apache.jena.query.Query query, org.apache.jena.sparql.resultset.ResultsFormat outputFormat, PrintStream output)  - 
Uses of QueryProcStats in se.liu.ida.hefquin.engine.queryproc
Methods in se.liu.ida.hefquin.engine.queryproc that return types with arguments of type QueryProcStatsModifier and TypeMethodDescriptionQueryProcessor.processQuery(Query query, QueryResultSink resultSink)  - 
Uses of QueryProcStats in se.liu.ida.hefquin.engine.queryproc.impl
Classes in se.liu.ida.hefquin.engine.queryproc.impl that implement QueryProcStatsMethods in se.liu.ida.hefquin.engine.queryproc.impl that return types with arguments of type QueryProcStatsModifier and TypeMethodDescriptionQueryProcessorImpl.processQuery(Query query, QueryResultSink resultSink)