Class QueryExecutionContext
java.lang.Object
org.eclipse.rdf4j.http.client.QueryExecutionContext
Thread-local execution context for the currently active breaker-tracked query.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionactivate(QueryCircuitBreakerHandle handle) static voidcheckpoint(String operator) static QueryCircuitBreakerHandlestatic voidstatic voidthrowIfHeavyOperatorExecutionDisabled(String operator)
-
Method Details
-
activate
-
getHandle
-
markHeavy
-
checkpoint
- Throws:
QueryInterruptedException
-
throwIfHeavyOperatorExecutionDisabled
public static void throwIfHeavyOperatorExecutionDisabled(String operator) throws QueryInterruptedException - Throws:
QueryInterruptedException
-