Class QueryCircuitBreakerHandle
java.lang.Object
org.eclipse.rdf4j.http.client.QueryCircuitBreakerHandle
One active query tracked by the global breaker.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidattachCurrentThread(RepositoryConnection repositoryConnection) longlongbooleanbooleanisActive()boolean
-
Method Details
-
getExecutionId
-
getSource
-
getRepositoryId
-
getQueryHash
-
getStartTimeMillis
public long getStartTimeMillis() -
isActive
public boolean isActive() -
isCancelRequested
public boolean isCancelRequested() -
getLastHeavyCheckpointMillis
public long getLastHeavyCheckpointMillis() -
getLastHeavyOperator
-
getCancellationState
-
getCancellationReason
-
hasHeavyCheckpoint
public boolean hasHeavyCheckpoint() -
attachCurrentThread
-