Class TaskManagerProfilingFileHeaders
java.lang.Object
org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingFileHeaders
- All Implemented Interfaces:
RestHandlerSpecification,RuntimeUntypedResponseMessageHeaders<EmptyRequestBody,,TaskManagerProfilingFileMessageParameters> UntypedResponseMessageHeaders<EmptyRequestBody,TaskManagerProfilingFileMessageParameters>
public class TaskManagerProfilingFileHeaders
extends Object
implements RuntimeUntypedResponseMessageHeaders<EmptyRequestBody,TaskManagerProfilingFileMessageParameters>
Headers for the
TaskManagerProfilingFileHandler.-
Constructor Summary
Constructors -
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
-
Constructor Details
-
TaskManagerProfilingFileHeaders
public TaskManagerProfilingFileHeaders()
-
-
Method Details
-
getRequestClass
Description copied from interface:UntypedResponseMessageHeadersReturns the class of the request message.- Specified by:
getRequestClassin interfaceUntypedResponseMessageHeaders<EmptyRequestBody,TaskManagerProfilingFileMessageParameters> - Returns:
- class of the request message
-
getUnresolvedMessageParameters
Description copied from interface:UntypedResponseMessageHeadersReturns a newMessageParametersobject.- Specified by:
getUnresolvedMessageParametersin interfaceUntypedResponseMessageHeaders<EmptyRequestBody,TaskManagerProfilingFileMessageParameters> - 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
-
getInstance
-