public class JobConfigHeaders extends Object implements MessageHeaders<EmptyRequestBody,JobConfigInfo,JobMessageParameters>
JobConfigHandler
.限定符和类型 | 方法和说明 |
---|---|
String |
getDescription()
Returns the description for this header.
|
HttpMethodWrapper |
getHttpMethod()
Returns the
HttpMethodWrapper to be used for the request. |
static JobConfigHeaders |
getInstance() |
Class<EmptyRequestBody> |
getRequestClass()
Returns the class of the request message.
|
Class<JobConfigInfo> |
getResponseClass()
Returns the class of the response message.
|
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus |
getResponseStatusCode()
Returns the http status code for the response.
|
String |
getTargetRestEndpointURL()
Returns the generalized endpoint url that this request should be sent to, for example
/job/:jobid . |
JobMessageParameters |
getUnresolvedMessageParameters()
Returns a new
MessageParameters object. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResponseTypeParameters
acceptsFileUploads
getSupportedAPIVersions
public Class<EmptyRequestBody> getRequestClass()
UntypedResponseMessageHeaders
getRequestClass
在接口中 UntypedResponseMessageHeaders<EmptyRequestBody,JobMessageParameters>
public Class<JobConfigInfo> getResponseClass()
MessageHeaders
getResponseClass
在接口中 MessageHeaders<EmptyRequestBody,JobConfigInfo,JobMessageParameters>
public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getResponseStatusCode()
MessageHeaders
getResponseStatusCode
在接口中 MessageHeaders<EmptyRequestBody,JobConfigInfo,JobMessageParameters>
public JobMessageParameters getUnresolvedMessageParameters()
UntypedResponseMessageHeaders
MessageParameters
object.getUnresolvedMessageParameters
在接口中 UntypedResponseMessageHeaders<EmptyRequestBody,JobMessageParameters>
public HttpMethodWrapper getHttpMethod()
RestHandlerSpecification
HttpMethodWrapper
to be used for the request.getHttpMethod
在接口中 RestHandlerSpecification
public String getTargetRestEndpointURL()
RestHandlerSpecification
/job/:jobid
.getTargetRestEndpointURL
在接口中 RestHandlerSpecification
public static JobConfigHeaders getInstance()
public String getDescription()
MessageHeaders
getDescription
在接口中 MessageHeaders<EmptyRequestBody,JobConfigInfo,JobMessageParameters>
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.