Class OpenRcaServiceGrpc.OpenRcaServiceStub

java.lang.Object
io.grpc.stub.AbstractStub<OpenRcaServiceGrpc.OpenRcaServiceStub>
io.grpc.stub.AbstractAsyncStub<OpenRcaServiceGrpc.OpenRcaServiceStub>
com.github.xds.service.orca.v3.OpenRcaServiceGrpc.OpenRcaServiceStub
Enclosing class:
OpenRcaServiceGrpc

public static final class OpenRcaServiceGrpc.OpenRcaServiceStub extends io.grpc.stub.AbstractAsyncStub<OpenRcaServiceGrpc.OpenRcaServiceStub>
A stub to allow clients to do asynchronous rpc calls to 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.
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

    io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    OpenRcaServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
    void
    streamCoreMetrics(OrcaLoadReportRequest request, io.grpc.stub.StreamObserver<OrcaLoadReport> responseObserver)
     

    Methods inherited from class io.grpc.stub.AbstractAsyncStub

    newStub, newStub

    Methods inherited from class io.grpc.stub.AbstractStub

    getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait