Uses of Class
io.grpc.services.MetricRecorder
-
Packages that use MetricRecorder Package Description io.grpc.services Service definitions and utilities for the pre-defined gRPC services.io.grpc.xds.orca -
-
Uses of MetricRecorder in io.grpc.services
Methods in io.grpc.services that return MetricRecorder Modifier and Type Method Description static MetricRecorderMetricRecorder. newInstance() -
Uses of MetricRecorder in io.grpc.xds.orca
Methods in io.grpc.xds.orca with parameters of type MetricRecorder Modifier and Type Method Description static OrcaMetricReportingServerInterceptorOrcaMetricReportingServerInterceptor. create(MetricRecorder metricRecorder)Creates a newOrcaMetricReportingServerInterceptorinstance with the givenMetricRecorder.static BindableServiceOrcaServiceImpl. createService(ScheduledExecutorService timeService, MetricRecorder metricRecorder)static BindableServiceOrcaServiceImpl. createService(ScheduledExecutorService timeService, MetricRecorder metricsRecorder, long minInterval, TimeUnit timeUnit)Constructs a service to report server metrics.
-