Uses of Class
org.apache.flink.table.gateway.rest.message.session.OpenSessionRequestBody
Packages that use OpenSessionRequestBody
Package
Description
-
Uses of OpenSessionRequestBody 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 OpenSessionRequestBodyModifier and TypeMethodDescriptionprotected CompletableFuture<OpenSessionResponseBody>OpenSessionHandler.handleRequest(SqlGatewayRestAPIVersion version, org.apache.flink.runtime.rest.handler.HandlerRequest<OpenSessionRequestBody> request) Constructor parameters in org.apache.flink.table.gateway.rest.handler.session with type arguments of type OpenSessionRequestBodyModifierConstructorDescriptionOpenSessionHandler(org.apache.flink.table.gateway.api.SqlGatewayService service, Map<String, String> responseHeaders, org.apache.flink.runtime.rest.messages.MessageHeaders<OpenSessionRequestBody, OpenSessionResponseBody, org.apache.flink.runtime.rest.messages.EmptyMessageParameters> messageHeaders) -
Uses of OpenSessionRequestBody 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 OpenSessionRequestBody