Uses of Class
org.eclipse.rdf4j.query.QueryInterruptedException
Packages that use QueryInterruptedException
Package
Description
-
Uses of QueryInterruptedException in org.eclipse.rdf4j.federated.evaluation.concurrent
Methods in org.eclipse.rdf4j.federated.evaluation.concurrent that throw QueryInterruptedExceptionModifier and TypeMethodDescriptionprotected voidParallelExecutorBase.checkTimeout()Checks whether the query execution has run into a timeout. -
Uses of QueryInterruptedException in org.eclipse.rdf4j.http.client
Subclasses of QueryInterruptedException in org.eclipse.rdf4j.http.clientMethods in org.eclipse.rdf4j.http.client that throw QueryInterruptedExceptionModifier and TypeMethodDescriptionvoidQueryCircuitBreaker.beforeExecution(QueryCircuitBreakerHandle handle) voidQueryCircuitBreaker.checkpoint(QueryCircuitBreakerHandle handle, String operator) static voidQueryExecutionContext.checkpoint(String operator) <T, X extends Exception>
TQueryCircuitBreaker.execute(QueryCircuitBreakerHandle handle, RepositoryConnection repositoryConnection, QueryCircuitBreaker.QueryOperation<T, X> operation) protected TupleQueryResultSPARQLProtocolSession.getBackgroundTupleQueryResult(HttpRequest method, WeakReference<?> callerRef) Deprecated.WeakReferenceinvalid input: '<'?RDF4JProtocolSession.getContextIDs()voidRDF4JProtocolSession.getContextIDs(TupleQueryResultHandler handler) RDF4JProtocolSession.getNamespaces()voidRDF4JProtocolSession.getNamespaces(TupleQueryResultHandler handler) protected voidSPARQLProtocolSession.getRDF(HttpRequest method, RDFHandler handler, boolean requireContext) Parse the response in this thread using the providedRDFHandler.protected GraphQueryResultSPARQLProtocolSession.getRDFBackground(HttpRequest method, boolean requireContext, WeakReference<?> callerRef) Deprecated.WeakReferenceinvalid input: '<'?voidRDF4JProtocolSession.getRepositoryConfig(StatementCollector statementCollector) Retrieve configuration of the current repository and send it to the suppliedStatementCollectorRDF4JProtocolSession.getRepositoryList()voidRDF4JProtocolSession.getRepositoryList(TupleQueryResultHandler handler) voidRDF4JProtocolSession.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) protected voidSPARQLProtocolSession.getTupleQueryResult(HttpRequest method, TupleQueryResultHandler handler) Parse the response in this thread using the providedTupleQueryResultHandler.booleanSPARQLProtocolSession.sendBooleanQuery(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) booleanSPARQLProtocolSession.sendBooleanQuery(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, Binding... bindings) SPARQLProtocolSession.sendGraphQuery(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?voidSPARQLProtocolSession.sendGraphQuery(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, RDFHandler handler, Binding... bindings) SPARQLProtocolSession.sendGraphQuery(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?voidSPARQLProtocolSession.sendGraphQuery(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, RDFHandler handler, Binding... bindings) RDF4JProtocolSession.sendQueryExplanation(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Explanation.Level level, Binding... bindings) SPARQLProtocolSession.sendTupleQuery(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?voidSPARQLProtocolSession.sendTupleQuery(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, TupleQueryResultHandler handler, Binding... bindings) SPARQLProtocolSession.sendTupleQuery(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?voidSPARQLProtocolSession.sendUpdate(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) voidSPARQLProtocolSession.sendUpdate(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, Binding... bindings) static voidQueryExecutionContext.throwIfHeavyOperatorExecutionDisabled(String operator) -
Uses of QueryInterruptedException in org.eclipse.rdf4j.http.server.repository
Methods in org.eclipse.rdf4j.http.server.repository with parameters of type QueryInterruptedExceptionModifier and TypeMethodDescriptionprotected voidQueryResultView.sendServiceUnavailable(jakarta.servlet.http.HttpServletResponse response, QueryInterruptedException exception, String fallbackMessage)