Uses of Interface
io.grpc.MetricRecorder.BatchRecorder
-
Packages that use MetricRecorder.BatchRecorder Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of MetricRecorder.BatchRecorder in io.grpc
Methods in io.grpc with parameters of type MetricRecorder.BatchRecorder Modifier and Type Method Description void
MetricRecorder.BatchCallback. accept(MetricRecorder.BatchRecorder recorder)
Records instrument values intorecorder
. -
Uses of MetricRecorder.BatchRecorder in io.grpc.internal
Classes in io.grpc.internal that implement MetricRecorder.BatchRecorder Modifier and Type Class Description (package private) static class
MetricRecorderImpl.BatchRecorderImpl
Recorder for instrument values produced by a batch callback.
-