public abstract class AbstractAggregatedMetricsHeaders<P extends AbstractAggregatedMetricsParameters<?>> extends Object implements MessageHeaders<EmptyRequestBody,AggregatedMetricsResponseBody,P>
MessageHeaders class for aggregating metrics.| Constructor and Description |
|---|
AbstractAggregatedMetricsHeaders() |
| Modifier and Type | Method and Description |
|---|---|
HttpMethodWrapper |
getHttpMethod()
Returns the
HttpMethodWrapper to be used for the request. |
Class<EmptyRequestBody> |
getRequestClass()
Returns the class of the request message.
|
Class<AggregatedMetricsResponseBody> |
getResponseClass()
Returns the class of the response message.
|
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus |
getResponseStatusCode()
Returns the http status code for the response.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getResponseTypeParametersacceptsFileUploads, getUnresolvedMessageParametersgetSupportedAPIVersions, getTargetRestEndpointURLpublic Class<AggregatedMetricsResponseBody> getResponseClass()
MessageHeadersgetResponseClass in interface MessageHeaders<EmptyRequestBody,AggregatedMetricsResponseBody,P extends AbstractAggregatedMetricsParameters<?>>public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getResponseStatusCode()
MessageHeadersgetResponseStatusCode in interface MessageHeaders<EmptyRequestBody,AggregatedMetricsResponseBody,P extends AbstractAggregatedMetricsParameters<?>>public Class<EmptyRequestBody> getRequestClass()
UntypedResponseMessageHeadersgetRequestClass in interface UntypedResponseMessageHeaders<EmptyRequestBody,P extends AbstractAggregatedMetricsParameters<?>>public HttpMethodWrapper getHttpMethod()
RestHandlerSpecificationHttpMethodWrapper to be used for the request.getHttpMethod in interface RestHandlerSpecificationCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.