Uses of Interface
org.apache.flink.runtime.webmonitor.retriever.MetricQueryServiceGateway
-
Packages that use MetricQueryServiceGateway Package Description org.apache.flink.runtime.metrics.dump org.apache.flink.runtime.webmonitor.retriever org.apache.flink.runtime.webmonitor.retriever.impl -
-
Uses of MetricQueryServiceGateway in org.apache.flink.runtime.metrics.dump
Classes in org.apache.flink.runtime.metrics.dump that implement MetricQueryServiceGateway Modifier and Type Class Description classMetricQueryServiceThe MetricQueryService creates a key-value representation of all metrics currently registered with Flink when queried. -
Uses of MetricQueryServiceGateway in org.apache.flink.runtime.webmonitor.retriever
Methods in org.apache.flink.runtime.webmonitor.retriever that return types with arguments of type MetricQueryServiceGateway Modifier and Type Method Description CompletableFuture<MetricQueryServiceGateway>MetricQueryServiceRetriever. retrieveService(String rpcServiceAddress)Retrieves for the given query service address aMetricQueryServiceGateway. -
Uses of MetricQueryServiceGateway in org.apache.flink.runtime.webmonitor.retriever.impl
Methods in org.apache.flink.runtime.webmonitor.retriever.impl that return types with arguments of type MetricQueryServiceGateway Modifier and Type Method Description CompletableFuture<MetricQueryServiceGateway>RpcMetricQueryServiceRetriever. retrieveService(String rpcServiceAddress)
-