Uses of Class
org.apache.flink.runtime.rest.messages.job.metrics.MetricCollectionResponseBody
-
Packages that use MetricCollectionResponseBody Package Description org.apache.flink.runtime.rest.handler.job.metrics org.apache.flink.runtime.rest.messages.job.metrics -
-
Uses of MetricCollectionResponseBody in org.apache.flink.runtime.rest.handler.job.metrics
Methods in org.apache.flink.runtime.rest.handler.job.metrics that return MetricCollectionResponseBody Modifier and Type Method Description protected MetricCollectionResponseBodyJobVertexWatermarksHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionJobVertex jobVertex)Methods in org.apache.flink.runtime.rest.handler.job.metrics that return types with arguments of type MetricCollectionResponseBody Modifier and Type Method Description protected CompletableFuture<MetricCollectionResponseBody>AbstractMetricsHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway)Constructor parameters in org.apache.flink.runtime.rest.handler.job.metrics with type arguments of type MetricCollectionResponseBody Constructor Description AbstractMetricsHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> headers, MessageHeaders<EmptyRequestBody,MetricCollectionResponseBody,M> messageHeaders, MetricFetcher metricFetcher) -
Uses of MetricCollectionResponseBody in org.apache.flink.runtime.rest.messages.job.metrics
Methods in org.apache.flink.runtime.rest.messages.job.metrics that return MetricCollectionResponseBody Modifier and Type Method Description MetricCollectionResponseBodyMetricCollectionResponseBody.Deserializer. deserialize(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonParser jsonParser, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.DeserializationContext deserializationContext)Methods in org.apache.flink.runtime.rest.messages.job.metrics that return types with arguments of type MetricCollectionResponseBody Modifier and Type Method Description Class<MetricCollectionResponseBody>AbstractMetricsHeaders. getResponseClass()Class<MetricCollectionResponseBody>JobVertexWatermarksHeaders. getResponseClass()Methods in org.apache.flink.runtime.rest.messages.job.metrics with parameters of type MetricCollectionResponseBody Modifier and Type Method Description voidMetricCollectionResponseBody.Serializer. serialize(MetricCollectionResponseBody metricCollectionResponseBody, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonGenerator jsonGenerator, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.SerializerProvider serializerProvider)
-