Package io.trino.plugin.jdbc
Class RemoteQueryCancellationConfig
java.lang.Object
io.trino.plugin.jdbc.RemoteQueryCancellationConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleansetRemoteQueryCancellationEnabled(boolean remoteQueryCancellationEnabled)
-
Constructor Details
-
RemoteQueryCancellationConfig
public RemoteQueryCancellationConfig()
-
-
Method Details
-
isRemoteQueryCancellationEnabled
public boolean isRemoteQueryCancellationEnabled() -
setRemoteQueryCancellationEnabled
@Config("remote-query-async-cancellation.enabled") public RemoteQueryCancellationConfig setRemoteQueryCancellationEnabled(boolean remoteQueryCancellationEnabled)
-