Class JobManagerProfilingFileHeaders
java.lang.Object
org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingFileHeaders
- All Implemented Interfaces:
RestHandlerSpecification,RuntimeUntypedResponseMessageHeaders<EmptyRequestBody,,ProfilingFileMessageParameters> UntypedResponseMessageHeaders<EmptyRequestBody,ProfilingFileMessageParameters>
public class JobManagerProfilingFileHeaders
extends Object
implements RuntimeUntypedResponseMessageHeaders<EmptyRequestBody,ProfilingFileMessageParameters>
Headers for the
JobManagerProfilingFileHandler.-
Method Summary
Modifier and TypeMethodDescriptionReturns theHttpMethodWrapperto be used for the request.Returns the class of the request message.Returns the generalized endpoint url that this request should be sent to, for example/job/:jobid.Returns a newMessageParametersobject.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.runtime.rest.messages.RuntimeUntypedResponseMessageHeaders
getSupportedAPIVersionsMethods inherited from interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders
acceptsFileUploads
-
Method Details
-
getInstance
-
getRequestClass
Description copied from interface:UntypedResponseMessageHeadersReturns the class of the request message.- Specified by:
getRequestClassin interfaceUntypedResponseMessageHeaders<EmptyRequestBody,ProfilingFileMessageParameters> - Returns:
- class of the request message
-
getUnresolvedMessageParameters
Description copied from interface:UntypedResponseMessageHeadersReturns a newMessageParametersobject.- Specified by:
getUnresolvedMessageParametersin interfaceUntypedResponseMessageHeaders<EmptyRequestBody,ProfilingFileMessageParameters> - Returns:
- new message parameters object
-
getHttpMethod
Description copied from interface:RestHandlerSpecificationReturns theHttpMethodWrapperto be used for the request.- Specified by:
getHttpMethodin interfaceRestHandlerSpecification- Returns:
- http method to be used for the request
-
getTargetRestEndpointURL
Description copied from interface:RestHandlerSpecificationReturns the generalized endpoint url that this request should be sent to, for example/job/:jobid.- Specified by:
getTargetRestEndpointURLin interfaceRestHandlerSpecification- Returns:
- endpoint url that this request should be sent to
-