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 String
getDescription()
Returns the description for this header.static AggregatedJobMetricsHeaders
getInstance()
String
getTargetRestEndpointURL()
Returns the generalized endpoint url that this request should be sent to, for example/job/:jobid
.AggregatedJobMetricsParameters
getUnresolvedMessageParameters()
Returns a newMessageParameters
object.-
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:RestHandlerSpecification
Returns 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:UntypedResponseMessageHeaders
Returns a newMessageParameters
object.- Returns:
- new message parameters object
-
getInstance
public static AggregatedJobMetricsHeaders getInstance()
-
getDescription
public String getDescription()
Description copied from interface:MessageHeaders
Returns the description for this header.- Returns:
- description for the header
-
-