Uses of Interface
io.grpc.MetricSink
-
Packages that use MetricSink Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of MetricSink in io.grpc
Methods in io.grpc with parameters of type MetricSink Modifier and Type Method Description protected TForwardingChannelBuilder2. addMetricSink(MetricSink metricSink)static <T extends ManagedChannelBuilder<T>>
TInternalManagedChannelBuilder. addMetricSink(ManagedChannelBuilder<T> builder, MetricSink metricSink)protected TManagedChannelBuilder. addMetricSink(MetricSink metricSink)Adds aMetricSinkfor channel to use for configuring and recording metrics. -
Uses of MetricSink in io.grpc.internal
Fields in io.grpc.internal declared as MetricSink Modifier and Type Field Description private MetricSinkMetricRecorderImpl.BatchRecorderImpl. sinkFields in io.grpc.internal with type parameters of type MetricSink Modifier and Type Field Description (package private) java.util.List<MetricSink>ManagedChannelImplBuilder. metricSinksprivate java.util.List<MetricSink>MetricRecorderImpl. metricSinksMethods in io.grpc.internal with parameters of type MetricSink Modifier and Type Method Description protected ManagedChannelImplBuilderManagedChannelImplBuilder. addMetricSink(MetricSink metricSink)Constructors in io.grpc.internal with parameters of type MetricSink Constructor Description BatchRecorderImpl(MetricSink sink, java.util.BitSet allowedInstruments)Constructor parameters in io.grpc.internal with type arguments of type MetricSink Constructor Description MetricRecorderImpl(java.util.List<MetricSink> metricSinks, MetricInstrumentRegistry registry)
-