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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Returns the description for this header.static AggregatedJobMetricsHeadersgetInstance()StringgetTargetRestEndpointURL()Returns the generalized endpoint url that this request should be sent to, for example/job/:jobid.AggregatedJobMetricsParametersgetUnresolvedMessageParameters()Returns a newMessageParametersobject.-
Methods inherited from class org.apache.flink.runtime.rest.messages.job.metrics.AbstractAggregatedMetricsHeaders
getHttpMethod, getRequestClass, getResponseClass, getResponseStatusCode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.flink.runtime.rest.messages.MessageHeaders
getCustomHeaders, getResponseTypeParameters, operationId
-
Methods inherited from interface org.apache.flink.runtime.rest.messages.RuntimeMessageHeaders
getSupportedAPIVersions
-
Methods inherited from interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders
acceptsFileUploads
-
-
-
-
Method Detail
-
getTargetRestEndpointURL
public String 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
public AggregatedJobMetricsParameters getUnresolvedMessageParameters()
Description copied from interface:UntypedResponseMessageHeadersReturns a newMessageParametersobject.- Returns:
- new message parameters object
-
getInstance
public static AggregatedJobMetricsHeaders getInstance()
-
getDescription
public String getDescription()
Description copied from interface:MessageHeadersReturns the description for this header.- Returns:
- description for the header
-
-