public class JobManagerProfilingHeaders extends Object implements MessageHeaders<ProfilingRequestBody,ProfilingInfo,EmptyMessageParameters>
JobManagerProfilingHandler.| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description for this header.
|
HttpMethodWrapper |
getHttpMethod()
Returns the
HttpMethodWrapper to be used for the request. |
static JobManagerProfilingHeaders |
getInstance() |
Class<ProfilingRequestBody> |
getRequestClass()
Returns the class of the request message.
|
Class<ProfilingInfo> |
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.
|
Collection<? extends RestAPIVersion<?>> |
getSupportedAPIVersions()
Returns the supported API versions that this request supports.
|
String |
getTargetRestEndpointURL()
Returns the generalized endpoint url that this request should be sent to, for example
/job/:jobid. |
EmptyMessageParameters |
getUnresolvedMessageParameters()
Returns a new
MessageParameters object. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCustomHeaders, getResponseTypeParameters, operationIdacceptsFileUploadspublic static JobManagerProfilingHeaders getInstance()
public Class<ProfilingInfo> getResponseClass()
MessageHeadersgetResponseClass in interface MessageHeaders<ProfilingRequestBody,ProfilingInfo,EmptyMessageParameters>public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getResponseStatusCode()
MessageHeadersgetResponseStatusCode in interface MessageHeaders<ProfilingRequestBody,ProfilingInfo,EmptyMessageParameters>public String getDescription()
MessageHeadersgetDescription in interface MessageHeaders<ProfilingRequestBody,ProfilingInfo,EmptyMessageParameters>public Class<ProfilingRequestBody> getRequestClass()
UntypedResponseMessageHeadersgetRequestClass in interface UntypedResponseMessageHeaders<ProfilingRequestBody,EmptyMessageParameters>public EmptyMessageParameters getUnresolvedMessageParameters()
UntypedResponseMessageHeadersMessageParameters object.getUnresolvedMessageParameters in interface UntypedResponseMessageHeaders<ProfilingRequestBody,EmptyMessageParameters>public HttpMethodWrapper getHttpMethod()
RestHandlerSpecificationHttpMethodWrapper to be used for the request.getHttpMethod in interface RestHandlerSpecificationpublic String getTargetRestEndpointURL()
RestHandlerSpecification/job/:jobid.getTargetRestEndpointURL in interface RestHandlerSpecificationpublic Collection<? extends RestAPIVersion<?>> getSupportedAPIVersions()
RestHandlerSpecificationgetSupportedAPIVersions in interface RestHandlerSpecificationCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.