Interface MetricQueryServiceGateway
-
- All Superinterfaces:
RpcGateway
- All Known Implementing Classes:
MetricQueryService
public interface MetricQueryServiceGateway extends RpcGateway
MetricQueryService
rpc gateway interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<MetricDumpSerialization.MetricSerializationResult>
queryMetrics(Duration timeout)
-
Methods inherited from interface org.apache.flink.runtime.rpc.RpcGateway
getAddress, getHostname
-
-
-
-
Method Detail
-
queryMetrics
CompletableFuture<MetricDumpSerialization.MetricSerializationResult> queryMetrics(Duration timeout)
-
-