Class OpenRcaServiceGrpc.OpenRcaServiceBlockingStub

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

public static final class OpenRcaServiceGrpc.OpenRcaServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<OpenRcaServiceGrpc.OpenRcaServiceBlockingStub>
A stub to allow clients to do synchronous 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>
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
     

    Methods inherited from class io.grpc.stub.AbstractBlockingStub

    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 Object

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