Package io.trino.connector.system
Class KillQueryProcedure
java.lang.Object
io.trino.connector.system.KillQueryProcedure
-
Constructor Summary
ConstructorsConstructorDescriptionKillQueryProcedure(Optional<DispatchManager> dispatchManager, AccessControl accessControl) -
Method Summary
Modifier and TypeMethodDescriptionstatic TrinoExceptioncreateKillQueryException(String message) static TrinoExceptioncreatePreemptQueryException(String message) get()voidkillQuery(String queryId, String message, ConnectorSession session)
-
Constructor Details
-
KillQueryProcedure
@Inject public KillQueryProcedure(Optional<DispatchManager> dispatchManager, AccessControl accessControl)
-
-
Method Details
-
killQuery
-
get
-
createKillQueryException
-
createPreemptQueryException
-