public static final class MetricsServiceGrpc.MetricsServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<MetricsServiceGrpc.MetricsServiceBlockingStub>
| Modifier and Type | Method and Description |
|---|---|
protected MetricsServiceGrpc.MetricsServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Iterator<Metrics.GaugeResponse> |
getAllGauges(Metrics.EmptyMessage request)
Returns the values of all the gauges that are currently being maintained by
the service
|
Metrics.GaugeResponse |
getGauge(Metrics.GaugeRequest request)
Returns the value of one gauge
|
protected MetricsServiceGrpc.MetricsServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<MetricsServiceGrpc.MetricsServiceBlockingStub>public Iterator<Metrics.GaugeResponse> getAllGauges(Metrics.EmptyMessage request)
Returns the values of all the gauges that are currently being maintained by the service
public Metrics.GaugeResponse getGauge(Metrics.GaugeRequest request)
Returns the value of one gauge