public class RpcMetricQueryServiceRetriever extends Object implements MetricQueryServiceRetriever
MetricQueryServiceRetriever implementation for rpc based MetricQueryService.| Constructor and Description |
|---|
RpcMetricQueryServiceRetriever(org.apache.flink.runtime.rpc.RpcService rpcService) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<MetricQueryServiceGateway> |
retrieveService(String rpcServiceAddress)
Retrieves for the given query service address a
MetricQueryServiceGateway. |
public RpcMetricQueryServiceRetriever(org.apache.flink.runtime.rpc.RpcService rpcService)
public CompletableFuture<MetricQueryServiceGateway> retrieveService(String rpcServiceAddress)
MetricQueryServiceRetrieverMetricQueryServiceGateway.retrieveService in interface MetricQueryServiceRetrieverrpcServiceAddress - under which the QueryService can be reachedCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.