Package | Description |
---|---|
org.apache.flink.runtime.metrics.dump | |
org.apache.flink.runtime.webmonitor.retriever | |
org.apache.flink.runtime.webmonitor.retriever.impl |
Modifier and Type | Class and Description |
---|---|
class |
MetricQueryService
The MetricQueryService creates a key-value representation of all metrics currently registered
with Flink when queried.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<MetricQueryServiceGateway> |
MetricQueryServiceRetriever.retrieveService(String rpcServiceAddress)
Retrieves for the given query service address a
MetricQueryServiceGateway . |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<MetricQueryServiceGateway> |
RpcMetricQueryServiceRetriever.retrieveService(String rpcServiceAddress) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.