Package com.github.xds.service.orca.v3
Class OpenRcaServiceGrpc.OpenRcaServiceImplBase
- java.lang.Object
-
- com.github.xds.service.orca.v3.OpenRcaServiceGrpc.OpenRcaServiceImplBase
-
- All Implemented Interfaces:
OpenRcaServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
OrcaServiceImpl.RealOrcaServiceImpl
- Enclosing class:
- OpenRcaServiceGrpc
public abstract static class OpenRcaServiceGrpc.OpenRcaServiceImplBase extends java.lang.Object implements io.grpc.BindableService, OpenRcaServiceGrpc.AsyncService
Base class for the server implementation of the service OpenRcaService.Out-of-band (OOB) load reporting service for the additional load reporting agent that does not sit in the request path. Reports are periodically sampled with sufficient frequency to provide temporal association with requests. OOB reporting compensates the limitation of in-band reporting in revealing costs for backends that do not provide a steady stream of telemetry such as long running stream operations and zero QPS services. This is a server streaming service, client needs to terminate current RPC and initiate a new call to change backend reporting frequency.
-
-
Constructor Summary
Constructors Constructor Description OpenRcaServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.xds.service.orca.v3.OpenRcaServiceGrpc.AsyncService
streamCoreMetrics
-
-