Class ConfigureSessionHeaders
java.lang.Object
org.apache.flink.table.gateway.rest.header.session.ConfigureSessionHeaders
- All Implemented Interfaces:
org.apache.flink.runtime.rest.handler.RestHandlerSpecification,org.apache.flink.runtime.rest.messages.MessageHeaders<ConfigureSessionRequestBody,,org.apache.flink.runtime.rest.messages.EmptyResponseBody, SessionMessageParameters> org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<ConfigureSessionRequestBody,,SessionMessageParameters> SqlGatewayMessageHeaders<ConfigureSessionRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody, SessionMessageParameters>
public class ConfigureSessionHeaders
extends Object
implements SqlGatewayMessageHeaders<ConfigureSessionRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody,SessionMessageParameters>
Message headers for configuring a session.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.runtime.rest.HttpMethodWrapperstatic ConfigureSessionHeadersClass<org.apache.flink.runtime.rest.messages.EmptyResponseBody>org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatusCollection<? extends org.apache.flink.runtime.rest.versioning.RestAPIVersion<?>>Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.runtime.rest.messages.MessageHeaders
getCustomHeaders, getResponseTypeParametersMethods inherited from interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders
acceptsFileUploads
-
Constructor Details
-
ConfigureSessionHeaders
public ConfigureSessionHeaders()
-
-
Method Details
-
getResponseClass
- Specified by:
getResponseClassin interfaceorg.apache.flink.runtime.rest.messages.MessageHeaders<ConfigureSessionRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody, SessionMessageParameters>
-
getResponseStatusCode
public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getResponseStatusCode()- Specified by:
getResponseStatusCodein interfaceorg.apache.flink.runtime.rest.messages.MessageHeaders<ConfigureSessionRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody, SessionMessageParameters>
-
getDescription
- Specified by:
getDescriptionin interfaceorg.apache.flink.runtime.rest.messages.MessageHeaders<ConfigureSessionRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody, SessionMessageParameters>
-
getRequestClass
- Specified by:
getRequestClassin interfaceorg.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<ConfigureSessionRequestBody,SessionMessageParameters>
-
getUnresolvedMessageParameters
- Specified by:
getUnresolvedMessageParametersin interfaceorg.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<ConfigureSessionRequestBody,SessionMessageParameters>
-
getHttpMethod
public org.apache.flink.runtime.rest.HttpMethodWrapper getHttpMethod()- Specified by:
getHttpMethodin interfaceorg.apache.flink.runtime.rest.handler.RestHandlerSpecification
-
getTargetRestEndpointURL
- Specified by:
getTargetRestEndpointURLin interfaceorg.apache.flink.runtime.rest.handler.RestHandlerSpecification
-
getSupportedAPIVersions
public Collection<? extends org.apache.flink.runtime.rest.versioning.RestAPIVersion<?>> getSupportedAPIVersions()- Specified by:
getSupportedAPIVersionsin interfaceorg.apache.flink.runtime.rest.handler.RestHandlerSpecification- Specified by:
getSupportedAPIVersionsin interfaceSqlGatewayMessageHeaders<ConfigureSessionRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody, SessionMessageParameters>
-
getInstance
-
operationId
- Specified by:
operationIdin interfaceorg.apache.flink.runtime.rest.messages.MessageHeaders<ConfigureSessionRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody, SessionMessageParameters>
-