public abstract class AbstractAggregatedMetricsHeaders<P extends AbstractAggregatedMetricsParameters<?>> extends Object implements RuntimeMessageHeaders<EmptyRequestBody,AggregatedMetricsResponseBody,P>
MessageHeaders class for aggregating metrics.| 构造器和说明 |
|---|
AbstractAggregatedMetricsHeaders() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, waitgetSupportedAPIVersionsgetDescription, getResponseTypeParameters, operationIdacceptsFileUploads, getUnresolvedMessageParametersgetTargetRestEndpointURLpublic Class<AggregatedMetricsResponseBody> getResponseClass()
MessageHeadersgetResponseClass 在接口中 MessageHeaders<EmptyRequestBody,AggregatedMetricsResponseBody,P extends AbstractAggregatedMetricsParameters<?>>public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getResponseStatusCode()
MessageHeadersgetResponseStatusCode 在接口中 MessageHeaders<EmptyRequestBody,AggregatedMetricsResponseBody,P extends AbstractAggregatedMetricsParameters<?>>public Class<EmptyRequestBody> getRequestClass()
UntypedResponseMessageHeadersgetRequestClass 在接口中 UntypedResponseMessageHeaders<EmptyRequestBody,P extends AbstractAggregatedMetricsParameters<?>>public HttpMethodWrapper getHttpMethod()
RestHandlerSpecificationHttpMethodWrapper to be used for the request.getHttpMethod 在接口中 RestHandlerSpecificationCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.