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 class
Fields 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.OrcaPerRequestReportListener
OrcaPerRequestUtil.OrcaReportingTracerFactory.listener
Fields in io.grpc.xds.orca with type parameters of type OrcaPerRequestUtil.OrcaPerRequestReportListenerModifier and TypeFieldDescriptionprivate final List
<OrcaPerRequestUtil.OrcaPerRequestReportListener> OrcaPerRequestUtil.OrcaReportBroker.listeners
Methods in io.grpc.xds.orca with parameters of type OrcaPerRequestUtil.OrcaPerRequestReportListenerModifier and TypeMethodDescription(package private) void
OrcaPerRequestUtil.OrcaReportBroker.addListener
(OrcaPerRequestUtil.OrcaPerRequestReportListener listener) abstract io.grpc.ClientStreamTracer.Factory
OrcaPerRequestUtil.newOrcaClientStreamTracerFactory
(io.grpc.ClientStreamTracer.Factory delegate, OrcaPerRequestUtil.OrcaPerRequestReportListener listener) Creates a newClientStreamTracer.Factory
with providedOrcaPerRequestUtil.OrcaPerRequestReportListener
installed to receive callback when a per-request ORCA report is received.abstract io.grpc.ClientStreamTracer.Factory
OrcaPerRequestUtil.newOrcaClientStreamTracerFactory
(OrcaPerRequestUtil.OrcaPerRequestReportListener listener) Creates a newClientStreamTracer.Factory
with providedOrcaPerRequestUtil.OrcaPerRequestReportListener
installed 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)