Uses of Class
org.apache.flink.table.gateway.rest.message.session.OpenSessionRequestBody
-
Packages that use OpenSessionRequestBody Package Description org.apache.flink.table.gateway.rest.handler.session org.apache.flink.table.gateway.rest.header.session -
-
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 OpenSessionRequestBody Modifier and Type Method Description protected 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 OpenSessionRequestBody Constructor Description OpenSessionHandler(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 Modifier and Type Method Description Class<OpenSessionRequestBody>OpenSessionHeaders. getRequestClass()
-