Package com.github.xds.service.orca.v3
Class OpenRcaServiceGrpc.OpenRcaServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- 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.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
OpenRcaServiceBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OpenRcaServiceGrpc.OpenRcaServiceBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
java.util.Iterator<OrcaLoadReport>
streamCoreMetrics(OrcaLoadReportRequest request)
-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected OpenRcaServiceGrpc.OpenRcaServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<OpenRcaServiceGrpc.OpenRcaServiceBlockingStub>
-
streamCoreMetrics
public java.util.Iterator<OrcaLoadReport> streamCoreMetrics(OrcaLoadReportRequest request)
-
-