Package com.github.xds.service.orca.v3
Class OpenRcaServiceGrpc
java.lang.Object
com.github.xds.service.orca.v3.OpenRcaServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.68.1)",
comments="Source: xds/service/orca/v3/orca.proto")
public final class OpenRcaServiceGrpc
extends Object
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 ClassesModifier and TypeClassDescriptionstatic interfaceOut-of-band (OOB) load reporting service for the additional load reporting agent that does not sit in the request path.private static final classprivate static classstatic final classA stub to allow clients to do synchronous rpc calls to service OpenRcaService.private static final classstatic final classA stub to allow clients to do ListenableFuture-style rpc calls to service OpenRcaService.static classBase class for the server implementation of the service OpenRcaService.private static final classstatic final classA stub to allow clients to do asynchronous rpc calls to service OpenRcaService. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<OrcaLoadReportRequest, OrcaLoadReport> private static final intstatic final Stringprivate static io.grpc.ServiceDescriptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<OrcaLoadReportRequest, OrcaLoadReport> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
getStreamCoreMetricsMethod
private static volatile io.grpc.MethodDescriptor<OrcaLoadReportRequest,OrcaLoadReport> getStreamCoreMetricsMethod -
METHODID_STREAM_CORE_METRICS
private static final int METHODID_STREAM_CORE_METRICS- See Also:
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Constructor Details
-
OpenRcaServiceGrpc
private OpenRcaServiceGrpc()
-
-
Method Details
-
getStreamCoreMetricsMethod
public static io.grpc.MethodDescriptor<OrcaLoadReportRequest,OrcaLoadReport> getStreamCoreMetricsMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static OpenRcaServiceGrpc.OpenRcaServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(OpenRcaServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-