Uses of Interface
io.grpc.xds.orca.OrcaPerRequestUtil.OrcaPerRequestReportListener
Packages that use OrcaPerRequestUtil.OrcaPerRequestReportListener
Package
Description
Library for gPRC proxyless service mesh using Envoy xDS protocol.
-
Uses of OrcaPerRequestUtil.OrcaPerRequestReportListener in io.grpc.xds
Classes in io.grpc.xds that implement OrcaPerRequestUtil.OrcaPerRequestReportListenerModifier and TypeClassDescriptionprivate static final class(package private) final classFields in io.grpc.xds with type parameters of type OrcaPerRequestUtil.OrcaPerRequestReportListenerModifier and TypeFieldDescriptionprivate final List<OrcaPerRequestUtil.OrcaPerRequestReportListener> WeightedRoundRobinLoadBalancer.WeightedRoundRobinPicker.reportListeners -
Uses of OrcaPerRequestUtil.OrcaPerRequestReportListener in io.grpc.xds.orca
Fields in io.grpc.xds.orca declared as OrcaPerRequestUtil.OrcaPerRequestReportListenerModifier and TypeFieldDescriptionprivate final OrcaPerRequestUtil.OrcaPerRequestReportListenerOrcaPerRequestUtil.OrcaReportingTracerFactory.listenerFields in io.grpc.xds.orca with type parameters of type OrcaPerRequestUtil.OrcaPerRequestReportListenerModifier and TypeFieldDescriptionprivate final List<OrcaPerRequestUtil.OrcaPerRequestReportListener> OrcaPerRequestUtil.OrcaReportBroker.listenersMethods in io.grpc.xds.orca with parameters of type OrcaPerRequestUtil.OrcaPerRequestReportListenerModifier and TypeMethodDescription(package private) voidOrcaPerRequestUtil.OrcaReportBroker.addListener(OrcaPerRequestUtil.OrcaPerRequestReportListener listener) abstract io.grpc.ClientStreamTracer.FactoryOrcaPerRequestUtil.newOrcaClientStreamTracerFactory(io.grpc.ClientStreamTracer.Factory delegate, OrcaPerRequestUtil.OrcaPerRequestReportListener listener) Creates a newClientStreamTracer.Factorywith providedOrcaPerRequestUtil.OrcaPerRequestReportListenerinstalled to receive callback when a per-request ORCA report is received.abstract io.grpc.ClientStreamTracer.FactoryOrcaPerRequestUtil.newOrcaClientStreamTracerFactory(OrcaPerRequestUtil.OrcaPerRequestReportListener listener) Creates a newClientStreamTracer.Factorywith providedOrcaPerRequestUtil.OrcaPerRequestReportListenerinstalled to receive callback when a per-request ORCA report is received.Constructors in io.grpc.xds.orca with parameters of type OrcaPerRequestUtil.OrcaPerRequestReportListenerModifierConstructorDescription(package private)OrcaReportingTracerFactory(io.grpc.ClientStreamTracer.Factory delegate, OrcaPerRequestUtil.OrcaPerRequestReportListener listener)