public class StopWithSavepointTriggerHeaders extends AsynchronousOperationTriggerMessageHeaders<StopWithSavepointRequestBody,SavepointTriggerMessageParameters>
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
getAsyncOperationDescription()
Returns the description for this async operation header.
|
HttpMethodWrapper |
getHttpMethod()
Returns the
HttpMethodWrapper to be used for the request. |
static StopWithSavepointTriggerHeaders |
getInstance() |
Class<StopWithSavepointRequestBody> |
getRequestClass()
Returns the class of the request 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. |
SavepointTriggerMessageParameters |
getUnresolvedMessageParameters()
Returns a new
MessageParameters object. |
String |
operationId()
Returns a short description for this header suitable for method code generation.
|
getDescription, getResponseClassclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSupportedAPIVersionsgetResponseTypeParametersacceptsFileUploadspublic Class<StopWithSavepointRequestBody> getRequestClass()
UntypedResponseMessageHeaderspublic org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getResponseStatusCode()
MessageHeaderspublic SavepointTriggerMessageParameters getUnresolvedMessageParameters()
UntypedResponseMessageHeadersMessageParameters object.public HttpMethodWrapper getHttpMethod()
RestHandlerSpecificationHttpMethodWrapper to be used for the request.public String getTargetRestEndpointURL()
RestHandlerSpecification/job/:jobid.public static StopWithSavepointTriggerHeaders getInstance()
protected String getAsyncOperationDescription()
getAsyncOperationDescription 在类中 AsynchronousOperationTriggerMessageHeaders<StopWithSavepointRequestBody,SavepointTriggerMessageParameters>public String operationId()
MessageHeadersCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.