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