public abstract class AbstractOperationHeaders extends Object implements SqlGatewayMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,OperationStatusResponseBody,OperationMessageParameters>
| Constructor and Description |
|---|
AbstractOperationHeaders() |
| Modifier and Type | Method and Description |
|---|---|
Class<org.apache.flink.runtime.rest.messages.EmptyRequestBody> |
getRequestClass() |
Class<OperationStatusResponseBody> |
getResponseClass() |
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus |
getResponseStatusCode() |
OperationMessageParameters |
getUnresolvedMessageParameters() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSupportedAPIVersionsgetDescription, getResponseTypeParameters, operationIdpublic Class<OperationStatusResponseBody> getResponseClass()
getResponseClass in interface org.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,OperationStatusResponseBody,OperationMessageParameters>public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getResponseStatusCode()
getResponseStatusCode in interface org.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,OperationStatusResponseBody,OperationMessageParameters>public Class<org.apache.flink.runtime.rest.messages.EmptyRequestBody> getRequestClass()
getRequestClass in interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,OperationMessageParameters>public OperationMessageParameters getUnresolvedMessageParameters()
getUnresolvedMessageParameters in interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,OperationMessageParameters>Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.