Uses of Interface
io.grpc.MetricRecorder
Packages that use MetricRecorder
Package
Description
The gRPC core public API.
Utilities with advanced features in the core layer that user can optionally use.
-
Uses of MetricRecorder in io.grpc
Methods in io.grpc that return MetricRecorderModifier and TypeMethodDescriptionLoadBalancer.Helper.getMetricRecorder()
Returns theMetricRecorder
that the channel uses to record metrics.NameResolver.Args.getMetricRecorder()
Returns theMetricRecorder
that the channel uses to record metrics.Methods in io.grpc with parameters of type MetricRecorderModifier and TypeMethodDescriptionNameResolver.Args.Builder.setMetricRecorder
(MetricRecorder metricRecorder) -
Uses of MetricRecorder in io.grpc.util
Methods in io.grpc.util that return MetricRecorder