public class ExecuteStatementHeaders extends Object implements SqlGatewayMessageHeaders<ExecuteStatementRequestBody,ExecuteStatementResponseBody,SessionMessageParameters>
| Constructor and Description |
|---|
ExecuteStatementHeaders() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
org.apache.flink.runtime.rest.HttpMethodWrapper |
getHttpMethod() |
static ExecuteStatementHeaders |
getInstance() |
Class<ExecuteStatementRequestBody> |
getRequestClass() |
Class<ExecuteStatementResponseBody> |
getResponseClass() |
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus |
getResponseStatusCode() |
String |
getTargetRestEndpointURL() |
SessionMessageParameters |
getUnresolvedMessageParameters() |
String |
operationId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSupportedAPIVersionspublic Class<ExecuteStatementResponseBody> getResponseClass()
getResponseClass in interface org.apache.flink.runtime.rest.messages.MessageHeaders<ExecuteStatementRequestBody,ExecuteStatementResponseBody,SessionMessageParameters>public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getResponseStatusCode()
getResponseStatusCode in interface org.apache.flink.runtime.rest.messages.MessageHeaders<ExecuteStatementRequestBody,ExecuteStatementResponseBody,SessionMessageParameters>public String getDescription()
getDescription in interface org.apache.flink.runtime.rest.messages.MessageHeaders<ExecuteStatementRequestBody,ExecuteStatementResponseBody,SessionMessageParameters>public Class<ExecuteStatementRequestBody> getRequestClass()
getRequestClass in interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<ExecuteStatementRequestBody,SessionMessageParameters>public SessionMessageParameters getUnresolvedMessageParameters()
getUnresolvedMessageParameters in interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<ExecuteStatementRequestBody,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 static ExecuteStatementHeaders getInstance()
public String operationId()
operationId in interface org.apache.flink.runtime.rest.messages.MessageHeaders<ExecuteStatementRequestBody,ExecuteStatementResponseBody,SessionMessageParameters>Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.