public class RpcMetricQueryServiceRetriever extends Object implements MetricQueryServiceRetriever
MetricQueryServiceRetriever implementation for rpc based MetricQueryService.| 构造器和说明 |
|---|
RpcMetricQueryServiceRetriever(org.apache.flink.runtime.rpc.RpcService rpcService) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 MetricQueryServiceRetrieverrpcServiceAddress - under which the QueryService can be reachedCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.