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 classClusterImplLoadBalancer.OrcaPerRpcListener(package private) classWeightedRoundRobinLoadBalancer.WeightedChildLbState.OrcaReportListenerFields 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.OrcaPerRequestReportListenerOrcaPerRequestUtil.OrcaReportingTracerFactory. listenerFields 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. listenersMethods in io.grpc.xds.orca with parameters of type OrcaPerRequestUtil.OrcaPerRequestReportListener Modifier and Type Method Description (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.OrcaPerRequestReportListener Constructor Description OrcaReportingTracerFactory(io.grpc.ClientStreamTracer.Factory delegate, OrcaPerRequestUtil.OrcaPerRequestReportListener listener)
-