public class ConfigureSessionHeaders extends Object implements SqlGatewayMessageHeaders<ConfigureSessionRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody,SessionMessageParameters>
| Constructor and Description |
|---|
ConfigureSessionHeaders() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
org.apache.flink.runtime.rest.HttpMethodWrapper |
getHttpMethod() |
static ConfigureSessionHeaders |
getInstance() |
Class<ConfigureSessionRequestBody> |
getRequestClass() |
Class<org.apache.flink.runtime.rest.messages.EmptyResponseBody> |
getResponseClass() |
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus |
getResponseStatusCode() |
Collection<? extends org.apache.flink.runtime.rest.versioning.RestAPIVersion<?>> |
getSupportedAPIVersions() |
String |
getTargetRestEndpointURL() |
SessionMessageParameters |
getUnresolvedMessageParameters() |
String |
operationId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Class<org.apache.flink.runtime.rest.messages.EmptyResponseBody> getResponseClass()
getResponseClass in interface org.apache.flink.runtime.rest.messages.MessageHeaders<ConfigureSessionRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody,SessionMessageParameters>public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getResponseStatusCode()
getResponseStatusCode in interface org.apache.flink.runtime.rest.messages.MessageHeaders<ConfigureSessionRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody,SessionMessageParameters>public String getDescription()
getDescription in interface org.apache.flink.runtime.rest.messages.MessageHeaders<ConfigureSessionRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody,SessionMessageParameters>public Class<ConfigureSessionRequestBody> getRequestClass()
getRequestClass in interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<ConfigureSessionRequestBody,SessionMessageParameters>public SessionMessageParameters getUnresolvedMessageParameters()
getUnresolvedMessageParameters in interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<ConfigureSessionRequestBody,SessionMessageParameters>public org.apache.flink.runtime.rest.HttpMethodWrapper getHttpMethod()
getHttpMethod in interface org.apache.flink.runtime.rest.handler.RestHandlerSpecificationpublic String getTargetRestEndpointURL()
getTargetRestEndpointURL in interface org.apache.flink.runtime.rest.handler.RestHandlerSpecificationpublic Collection<? extends org.apache.flink.runtime.rest.versioning.RestAPIVersion<?>> getSupportedAPIVersions()
getSupportedAPIVersions in interface org.apache.flink.runtime.rest.handler.RestHandlerSpecificationgetSupportedAPIVersions in interface SqlGatewayMessageHeaders<ConfigureSessionRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody,SessionMessageParameters>public static ConfigureSessionHeaders getInstance()
public String operationId()
operationId in interface org.apache.flink.runtime.rest.messages.MessageHeaders<ConfigureSessionRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody,SessionMessageParameters>Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.