Uses of Interface
io.grpc.xds.orca.OrcaPerRequestUtil.OrcaPerRequestReportListener
-
Packages that use OrcaPerRequestUtil.OrcaPerRequestReportListener Package Description io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol.io.grpc.xds.orca -
-
Uses of OrcaPerRequestUtil.OrcaPerRequestReportListener in io.grpc.xds
Classes in io.grpc.xds that implement OrcaPerRequestUtil.OrcaPerRequestReportListener Modifier and Type Class Description private static class
ClusterImplLoadBalancer.OrcaPerRpcListener
(package private) class
WeightedRoundRobinLoadBalancer.WeightedChildLbState.OrcaReportListener
Fields in io.grpc.xds with type parameters of type OrcaPerRequestUtil.OrcaPerRequestReportListener Modifier and Type Field Description private java.util.List<OrcaPerRequestUtil.OrcaPerRequestReportListener>
WeightedRoundRobinLoadBalancer.WeightedRoundRobinPicker. reportListeners
-
Uses of OrcaPerRequestUtil.OrcaPerRequestReportListener in io.grpc.xds.orca
Fields in io.grpc.xds.orca declared as OrcaPerRequestUtil.OrcaPerRequestReportListener Modifier and Type Field Description private OrcaPerRequestUtil.OrcaPerRequestReportListener
OrcaPerRequestUtil.OrcaReportingTracerFactory. listener
Fields in io.grpc.xds.orca with type parameters of type OrcaPerRequestUtil.OrcaPerRequestReportListener Modifier and Type Field Description private java.util.List<OrcaPerRequestUtil.OrcaPerRequestReportListener>
OrcaPerRequestUtil.OrcaReportBroker. listeners
Methods in io.grpc.xds.orca with parameters of type OrcaPerRequestUtil.OrcaPerRequestReportListener Modifier and Type Method Description (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.OrcaPerRequestReportListener Constructor Description OrcaReportingTracerFactory(io.grpc.ClientStreamTracer.Factory delegate, OrcaPerRequestUtil.OrcaPerRequestReportListener listener)
-