Uses of Interface
io.grpc.CallbackMetricInstrument
-
Packages that use CallbackMetricInstrument Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of CallbackMetricInstrument in io.grpc
Classes in io.grpc that implement CallbackMetricInstrument Modifier and Type Class Description classLongGaugeMetricInstrumentRepresents a long-valued gauge metric instrument.Methods in io.grpc with parameters of type CallbackMetricInstrument Modifier and Type Method Description default MetricRecorder.RegistrationMetricRecorder. registerBatchCallback(MetricRecorder.BatchCallback callback, CallbackMetricInstrument... metricInstruments)Registers a callback to produce metric values for only the listed instruments.default MetricSink.RegistrationMetricSink. registerBatchCallback(java.lang.Runnable callback, CallbackMetricInstrument... metricInstruments)Registers a callback to produce metric values for only the listed instruments. -
Uses of CallbackMetricInstrument in io.grpc.internal
Methods in io.grpc.internal with parameters of type CallbackMetricInstrument Modifier and Type Method Description MetricRecorder.RegistrationMetricRecorderImpl. registerBatchCallback(MetricRecorder.BatchCallback callback, CallbackMetricInstrument... metricInstruments)
-