Uses of Interface
org.apache.druid.sql.SqlLifecycleManager.Cancelable
Packages that use SqlLifecycleManager.Cancelable
-
Uses of SqlLifecycleManager.Cancelable in org.apache.druid.sql
Classes in org.apache.druid.sql that implement SqlLifecycleManager.CancelableModifier and TypeClassDescriptionclassLifecycle for direct SQL statement execution, which means that the query is planned and executed in a single step, with no "prepare" step.classRepresents the execution plan for a query with the ability to run that plan (once).classSQL statement lifecycle for the HTTP endpoint.Methods in org.apache.druid.sql that return types with arguments of type SqlLifecycleManager.CancelableModifier and TypeMethodDescriptionReturns a snapshot of the lifecycles for the given sqlQueryId.Methods in org.apache.druid.sql with parameters of type SqlLifecycleManager.CancelableModifier and TypeMethodDescriptionvoidSqlLifecycleManager.add(String sqlQueryId, SqlLifecycleManager.Cancelable lifecycle) voidSqlLifecycleManager.remove(String sqlQueryId, SqlLifecycleManager.Cancelable lifecycle) Removes the given lifecycle of the given query ID.Method parameters in org.apache.druid.sql with type arguments of type SqlLifecycleManager.CancelableModifier and TypeMethodDescriptionvoidSqlLifecycleManager.removeAll(String sqlQueryId, List<SqlLifecycleManager.Cancelable> lifecyclesToRemove) For the given sqlQueryId, this method removes all lifecycles that match to the given list of lifecycles. -
Uses of SqlLifecycleManager.Cancelable in org.apache.druid.sql.http
Method parameters in org.apache.druid.sql.http with type arguments of type SqlLifecycleManager.CancelableModifier and TypeMethodDescriptionSqlResource.authorizeCancellation(javax.servlet.http.HttpServletRequest req, List<SqlLifecycleManager.Cancelable> cancelables) Authorize a query cancellation operation.