Uses of Class
org.apache.flink.table.gateway.rest.message.application.DeployScriptRequestBody
Packages that use DeployScriptRequestBody
Package
Description
-
Uses of DeployScriptRequestBody in org.apache.flink.table.gateway.rest.handler.application
Method parameters in org.apache.flink.table.gateway.rest.handler.application with type arguments of type DeployScriptRequestBodyModifier and TypeMethodDescriptionprotected CompletableFuture<DeployScriptResponseBody>DeployScriptHandler.handleRequest(SqlGatewayRestAPIVersion version, org.apache.flink.runtime.rest.handler.HandlerRequest<DeployScriptRequestBody> request) Constructor parameters in org.apache.flink.table.gateway.rest.handler.application with type arguments of type DeployScriptRequestBodyModifierConstructorDescriptionDeployScriptHandler(org.apache.flink.table.gateway.api.SqlGatewayService service, Map<String, String> responseHeaders, org.apache.flink.runtime.rest.messages.MessageHeaders<DeployScriptRequestBody, DeployScriptResponseBody, SessionMessageParameters> messageHeaders) -
Uses of DeployScriptRequestBody in org.apache.flink.table.gateway.rest.header.application
Methods in org.apache.flink.table.gateway.rest.header.application that return types with arguments of type DeployScriptRequestBody