Uses of Interface
io.grpc.xds.orca.OrcaOobUtil.OrcaOobReportListener
-
Packages that use OrcaOobUtil.OrcaOobReportListener Package Description io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol.io.grpc.xds.orca -
-
Uses of OrcaOobUtil.OrcaOobReportListener in io.grpc.xds
Classes in io.grpc.xds that implement OrcaOobUtil.OrcaOobReportListener Modifier and Type Class Description (package private) classWeightedRoundRobinLoadBalancer.WeightedChildLbState.OrcaReportListener -
Uses of OrcaOobUtil.OrcaOobReportListener in io.grpc.xds.orca
Fields in io.grpc.xds.orca declared as OrcaOobUtil.OrcaOobReportListener Modifier and Type Field Description private OrcaOobUtil.OrcaOobReportListenerOrcaOobUtil.SubchannelImpl. reportListenerFields in io.grpc.xds.orca with type parameters of type OrcaOobUtil.OrcaOobReportListener Modifier and Type Field Description private java.util.Map<OrcaOobUtil.OrcaOobReportListener,OrcaOobUtil.OrcaReportingConfig>OrcaOobUtil.OrcaReportingHelper.OrcaReportingState. configsMethods in io.grpc.xds.orca with parameters of type OrcaOobUtil.OrcaOobReportListener Modifier and Type Method Description (package private) voidOrcaOobUtil.OrcaReportingHelper.OrcaReportingState. setListener(OrcaOobUtil.SubchannelImpl orcaSubchannel, OrcaOobUtil.OrcaOobReportListener listener, OrcaOobUtil.OrcaReportingConfig config)static voidOrcaOobUtil. setListener(io.grpc.LoadBalancer.Subchannel subchannel, OrcaOobUtil.OrcaOobReportListener listener, OrcaOobUtil.OrcaReportingConfig config)UpdateOrcaOobUtil.OrcaOobReportListenerto receive Out-of-Band metrics report for the particular subchannel connection, and set the configuration of receiving ORCA reports, such as the interval of receiving reports.
-