Uses of Class
io.grpc.xds.orca.OrcaMetricReportingServerInterceptor
-
Packages that use OrcaMetricReportingServerInterceptor Package Description io.grpc.xds.orca -
-
Uses of OrcaMetricReportingServerInterceptor in io.grpc.xds.orca
Fields in io.grpc.xds.orca declared as OrcaMetricReportingServerInterceptor Modifier and Type Field Description private static OrcaMetricReportingServerInterceptor
OrcaMetricReportingServerInterceptor. INSTANCE
Methods in io.grpc.xds.orca that return OrcaMetricReportingServerInterceptor Modifier and Type Method Description static OrcaMetricReportingServerInterceptor
OrcaMetricReportingServerInterceptor. create(io.grpc.services.MetricRecorder metricRecorder)
Creates a newOrcaMetricReportingServerInterceptor
instance with the givenMetricRecorder
.static OrcaMetricReportingServerInterceptor
OrcaMetricReportingServerInterceptor. getInstance()
-