Uses of Interface
io.grpc.MetricRecorder
-
Packages that use MetricRecorder Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.util 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 MetricRecorder Modifier and Type Method Description MetricRecorder
LoadBalancer.Helper. getMetricRecorder()
Returns theMetricRecorder
that the channel uses to record metrics. -
Uses of MetricRecorder in io.grpc.internal
Classes in io.grpc.internal that implement MetricRecorder Modifier and Type Class Description (package private) class
MetricRecorderImpl
Provides a central point for gRPC components to record metric values.Fields in io.grpc.internal declared as MetricRecorder Modifier and Type Field Description private MetricRecorder
ManagedChannelImpl. metricRecorder
Methods in io.grpc.internal that return MetricRecorder Modifier and Type Method Description MetricRecorder
ManagedChannelImpl.LbHelperImpl. getMetricRecorder()
-
Uses of MetricRecorder in io.grpc.util
Methods in io.grpc.util that return MetricRecorder Modifier and Type Method Description MetricRecorder
ForwardingLoadBalancerHelper. getMetricRecorder()
-