Uses of Class
io.grpc.xds.orca.OrcaOobUtil.OrcaReportingConfig
-
Packages that use OrcaOobUtil.OrcaReportingConfig Package Description io.grpc.xds.orca -
-
Uses of OrcaOobUtil.OrcaReportingConfig in io.grpc.xds.orca
Methods in io.grpc.xds.orca that return OrcaOobUtil.OrcaReportingConfig Modifier and Type Method Description OrcaOobUtil.OrcaReportingConfig
OrcaOobUtil.OrcaReportingConfig.Builder. build()
Creates a newOrcaOobUtil.OrcaReportingConfig
object.Methods in io.grpc.xds.orca with parameters of type OrcaOobUtil.OrcaReportingConfig Modifier and Type Method Description static void
OrcaOobUtil. setListener(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.
-