Class GetSessionConfigHeaders
- java.lang.Object
-
- org.apache.flink.table.gateway.rest.header.session.GetSessionConfigHeaders
-
- All Implemented Interfaces:
org.apache.flink.runtime.rest.handler.RestHandlerSpecification,org.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,GetSessionConfigResponseBody,SessionMessageParameters>,org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,SessionMessageParameters>,SqlGatewayMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,GetSessionConfigResponseBody,SessionMessageParameters>
public class GetSessionConfigHeaders extends Object implements SqlGatewayMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,GetSessionConfigResponseBody,SessionMessageParameters>
Message headers for getting session configuration.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()org.apache.flink.runtime.rest.HttpMethodWrappergetHttpMethod()static GetSessionConfigHeadersgetInstance()Class<org.apache.flink.runtime.rest.messages.EmptyRequestBody>getRequestClass()Class<GetSessionConfigResponseBody>getResponseClass()org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatusgetResponseStatusCode()StringgetTargetRestEndpointURL()SessionMessageParametersgetUnresolvedMessageParameters()StringoperationId()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.flink.runtime.rest.messages.MessageHeaders
getCustomHeaders, getResponseTypeParameters
-
Methods inherited from interface org.apache.flink.table.gateway.rest.header.SqlGatewayMessageHeaders
getSupportedAPIVersions
-
-
-
-
Method Detail
-
getResponseClass
public Class<GetSessionConfigResponseBody> getResponseClass()
- Specified by:
getResponseClassin interfaceorg.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,GetSessionConfigResponseBody,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<org.apache.flink.runtime.rest.messages.EmptyRequestBody,GetSessionConfigResponseBody,SessionMessageParameters>
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceorg.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,GetSessionConfigResponseBody,SessionMessageParameters>
-
getRequestClass
public Class<org.apache.flink.runtime.rest.messages.EmptyRequestBody> getRequestClass()
- Specified by:
getRequestClassin interfaceorg.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,SessionMessageParameters>
-
getUnresolvedMessageParameters
public SessionMessageParameters getUnresolvedMessageParameters()
- Specified by:
getUnresolvedMessageParametersin interfaceorg.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,SessionMessageParameters>
-
getHttpMethod
public org.apache.flink.runtime.rest.HttpMethodWrapper getHttpMethod()
- Specified by:
getHttpMethodin interfaceorg.apache.flink.runtime.rest.handler.RestHandlerSpecification
-
getTargetRestEndpointURL
public String getTargetRestEndpointURL()
- Specified by:
getTargetRestEndpointURLin interfaceorg.apache.flink.runtime.rest.handler.RestHandlerSpecification
-
getInstance
public static GetSessionConfigHeaders getInstance()
-
operationId
public String operationId()
- Specified by:
operationIdin interfaceorg.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,GetSessionConfigResponseBody,SessionMessageParameters>
-
-