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) class
WeightedRoundRobinLoadBalancer.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.OrcaOobReportListener
OrcaOobUtil.SubchannelImpl. reportListener
Fields 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. configs
Methods in io.grpc.xds.orca with parameters of type OrcaOobUtil.OrcaOobReportListener Modifier and Type Method Description (package private) void
OrcaOobUtil.OrcaReportingHelper.OrcaReportingState. setListener(OrcaOobUtil.SubchannelImpl orcaSubchannel, OrcaOobUtil.OrcaOobReportListener listener, OrcaOobUtil.OrcaReportingConfig config)
static void
OrcaOobUtil. setListener(io.grpc.LoadBalancer.Subchannel subchannel, OrcaOobUtil.OrcaOobReportListener listener, OrcaOobUtil.OrcaReportingConfig config)
UpdateOrcaOobUtil.OrcaOobReportListener
to 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.
-