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