Class AggregatedJobMetricsHeaders
java.lang.Object
org.apache.flink.runtime.rest.messages.job.metrics.AbstractAggregatedMetricsHeaders<AggregatedJobMetricsParameters>
org.apache.flink.runtime.rest.messages.job.metrics.AggregatedJobMetricsHeaders
- All Implemented Interfaces:
RestHandlerSpecification,MessageHeaders<EmptyRequestBody,,AggregatedMetricsResponseBody, AggregatedJobMetricsParameters> RuntimeMessageHeaders<EmptyRequestBody,,AggregatedMetricsResponseBody, AggregatedJobMetricsParameters> UntypedResponseMessageHeaders<EmptyRequestBody,AggregatedJobMetricsParameters>
public class AggregatedJobMetricsHeaders
extends AbstractAggregatedMetricsHeaders<AggregatedJobMetricsParameters>
Headers for aggregating job metrics.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the description for this header.static AggregatedJobMetricsHeadersReturns the generalized endpoint url that this request should be sent to, for example/job/:jobid.Returns a newMessageParametersobject.Methods inherited from class org.apache.flink.runtime.rest.messages.job.metrics.AbstractAggregatedMetricsHeaders
getHttpMethod, getRequestClass, getResponseClass, getResponseStatusCodeMethods 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.MessageHeaders
getCustomHeaders, getResponseTypeParameters, operationIdMethods inherited from interface org.apache.flink.runtime.rest.messages.RuntimeMessageHeaders
getSupportedAPIVersionsMethods inherited from interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders
acceptsFileUploads
-
Method Details
-
getTargetRestEndpointURL
Description copied from interface:RestHandlerSpecificationReturns the generalized endpoint url that this request should be sent to, for example/job/:jobid.- Returns:
- endpoint url that this request should be sent to
-
getUnresolvedMessageParameters
Description copied from interface:UntypedResponseMessageHeadersReturns a newMessageParametersobject.- Returns:
- new message parameters object
-
getInstance
-
getDescription
Description copied from interface:MessageHeadersReturns the description for this header.- Returns:
- description for the header
-