public abstract class AbstractEmbeddedSchedulerWorkflowHeaders extends Object implements SqlGatewayMessageHeaders<EmbeddedSchedulerWorkflowRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>
| Constructor and Description |
|---|
AbstractEmbeddedSchedulerWorkflowHeaders() |
| Modifier and Type | Method and Description |
|---|---|
Class<EmbeddedSchedulerWorkflowRequestBody> |
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() |
org.apache.flink.runtime.rest.messages.EmptyMessageParameters |
getUnresolvedMessageParameters() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCustomHeaders, getDescription, getResponseTypeParameters, operationIdpublic AbstractEmbeddedSchedulerWorkflowHeaders()
public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getResponseStatusCode()
getResponseStatusCode in interface org.apache.flink.runtime.rest.messages.MessageHeaders<EmbeddedSchedulerWorkflowRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>public Class<org.apache.flink.runtime.rest.messages.EmptyResponseBody> getResponseClass()
getResponseClass in interface org.apache.flink.runtime.rest.messages.MessageHeaders<EmbeddedSchedulerWorkflowRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>public Class<EmbeddedSchedulerWorkflowRequestBody> getRequestClass()
getRequestClass in interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<EmbeddedSchedulerWorkflowRequestBody,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>public org.apache.flink.runtime.rest.messages.EmptyMessageParameters getUnresolvedMessageParameters()
getUnresolvedMessageParameters in interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<EmbeddedSchedulerWorkflowRequestBody,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>public Collection<? extends org.apache.flink.runtime.rest.versioning.RestAPIVersion<?>> getSupportedAPIVersions()
getSupportedAPIVersions in interface org.apache.flink.runtime.rest.handler.RestHandlerSpecificationgetSupportedAPIVersions in interface SqlGatewayMessageHeaders<EmbeddedSchedulerWorkflowRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody,org.apache.flink.runtime.rest.messages.EmptyMessageParameters>Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.