public static final class MetricsMasterClientServiceGrpc.MetricsMasterClientServiceFutureStub extends io.grpc.stub.AbstractFutureStub<MetricsMasterClientServiceGrpc.MetricsMasterClientServiceFutureStub>
This interface contains metrics master service endpoints for Alluxio clients.
Modifier and Type | Method and Description |
---|---|
protected MetricsMasterClientServiceGrpc.MetricsMasterClientServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<ClearMetricsPResponse> |
clearMetrics(ClearMetricsPRequest request)
Clears the metrics in the cluster.
|
com.google.common.util.concurrent.ListenableFuture<GetMetricsPResponse> |
getMetrics(GetMetricsPOptions request)
Returns a map of metrics property names and their values from Alluxio metrics system.
|
com.google.common.util.concurrent.ListenableFuture<MetricsHeartbeatPResponse> |
metricsHeartbeat(MetricsHeartbeatPRequest request)
Periodic metrics master client heartbeat.
|
protected MetricsMasterClientServiceGrpc.MetricsMasterClientServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<MetricsMasterClientServiceGrpc.MetricsMasterClientServiceFutureStub>
public com.google.common.util.concurrent.ListenableFuture<ClearMetricsPResponse> clearMetrics(ClearMetricsPRequest request)
Clears the metrics in the cluster.
public com.google.common.util.concurrent.ListenableFuture<MetricsHeartbeatPResponse> metricsHeartbeat(MetricsHeartbeatPRequest request)
Periodic metrics master client heartbeat.
public com.google.common.util.concurrent.ListenableFuture<GetMetricsPResponse> getMetrics(GetMetricsPOptions request)
Returns a map of metrics property names and their values from Alluxio metrics system.
Copyright © 2023. All Rights Reserved.