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