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