Uses of Class
com.github.xds.data.orca.v3.OrcaLoadReport
Packages that use OrcaLoadReport
-
Uses of OrcaLoadReport in com.github.xds.data.orca.v3
Fields in com.github.xds.data.orca.v3 declared as OrcaLoadReportModifier and TypeFieldDescriptionprivate static final OrcaLoadReport
OrcaLoadReport.DEFAULT_INSTANCE
Fields in com.github.xds.data.orca.v3 with type parameters of type OrcaLoadReportModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<OrcaLoadReport> OrcaLoadReport.PARSER
Methods in com.github.xds.data.orca.v3 that return OrcaLoadReportModifier and TypeMethodDescriptionOrcaLoadReport.Builder.build()
OrcaLoadReport.Builder.buildPartial()
static OrcaLoadReport
OrcaLoadReport.getDefaultInstance()
OrcaLoadReport.Builder.getDefaultInstanceForType()
OrcaLoadReport.getDefaultInstanceForType()
static OrcaLoadReport
OrcaLoadReport.parseDelimitedFrom
(InputStream input) static OrcaLoadReport
OrcaLoadReport.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrcaLoadReport
OrcaLoadReport.parseFrom
(byte[] data) static OrcaLoadReport
OrcaLoadReport.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrcaLoadReport
OrcaLoadReport.parseFrom
(com.google.protobuf.ByteString data) static OrcaLoadReport
OrcaLoadReport.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrcaLoadReport
OrcaLoadReport.parseFrom
(com.google.protobuf.CodedInputStream input) static OrcaLoadReport
OrcaLoadReport.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrcaLoadReport
OrcaLoadReport.parseFrom
(InputStream input) static OrcaLoadReport
OrcaLoadReport.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrcaLoadReport
OrcaLoadReport.parseFrom
(ByteBuffer data) static OrcaLoadReport
OrcaLoadReport.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.github.xds.data.orca.v3 that return types with arguments of type OrcaLoadReportModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<OrcaLoadReport> OrcaLoadReport.getParserForType()
static com.google.protobuf.Parser
<OrcaLoadReport> OrcaLoadReport.parser()
Methods in com.github.xds.data.orca.v3 with parameters of type OrcaLoadReportModifier and TypeMethodDescriptionprivate void
OrcaLoadReport.Builder.buildPartial0
(OrcaLoadReport result) OrcaLoadReport.Builder.mergeFrom
(OrcaLoadReport other) static OrcaLoadReport.Builder
OrcaLoadReport.newBuilder
(OrcaLoadReport prototype) -
Uses of OrcaLoadReport in com.github.xds.service.orca.v3
Fields in com.github.xds.service.orca.v3 with type parameters of type OrcaLoadReportModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor
<OrcaLoadReportRequest, OrcaLoadReport> OpenRcaServiceGrpc.getStreamCoreMetricsMethod
Methods in com.github.xds.service.orca.v3 that return types with arguments of type OrcaLoadReportModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor
<OrcaLoadReportRequest, OrcaLoadReport> OpenRcaServiceGrpc.getStreamCoreMetricsMethod()
OpenRcaServiceGrpc.OpenRcaServiceBlockingStub.streamCoreMetrics
(OrcaLoadReportRequest request) Method parameters in com.github.xds.service.orca.v3 with type arguments of type OrcaLoadReportModifier and TypeMethodDescriptiondefault void
OpenRcaServiceGrpc.AsyncService.streamCoreMetrics
(OrcaLoadReportRequest request, io.grpc.stub.StreamObserver<OrcaLoadReport> responseObserver) void
OpenRcaServiceGrpc.OpenRcaServiceStub.streamCoreMetrics
(OrcaLoadReportRequest request, io.grpc.stub.StreamObserver<OrcaLoadReport> responseObserver) -
Uses of OrcaLoadReport in io.grpc.xds.orca
Fields in io.grpc.xds.orca with type parameters of type OrcaLoadReportModifier and TypeFieldDescriptionprivate final io.grpc.ClientCall
<OrcaLoadReportRequest, OrcaLoadReport> OrcaOobUtil.OrcaReportingHelper.OrcaReportingState.OrcaReportingStream.call
(package private) static final io.grpc.Metadata.Key
<OrcaLoadReport> OrcaMetricReportingServerInterceptor.ORCA_ENDPOINT_LOAD_METRICS_KEY
(package private) static final io.grpc.Metadata.Key
<OrcaLoadReport> OrcaPerRequestUtil.OrcaReportingTracerFactory.ORCA_ENDPOINT_LOAD_METRICS_KEY
(package private) final io.grpc.stub.ServerCallStreamObserver
<OrcaLoadReport> OrcaServiceImpl.OrcaClient.responseObserver
Methods in io.grpc.xds.orca that return OrcaLoadReportMethods in io.grpc.xds.orca with parameters of type OrcaLoadReportModifier and TypeMethodDescription(package private) static io.grpc.services.MetricReport
OrcaPerRequestUtil.fromOrcaLoadReport
(OrcaLoadReport loadReport) (package private) void
OrcaOobUtil.OrcaReportingHelper.OrcaReportingState.OrcaReportingStream.handleResponse
(OrcaLoadReport response) void
OrcaOobUtil.OrcaReportingHelper.OrcaReportingState.OrcaReportingStream.onMessage
(OrcaLoadReport response) (package private) void
OrcaPerRequestUtil.OrcaReportBroker.onReport
(OrcaLoadReport report) Method parameters in io.grpc.xds.orca with type arguments of type OrcaLoadReportModifier and TypeMethodDescriptionvoid
OrcaServiceImpl.RealOrcaServiceImpl.streamCoreMetrics
(OrcaLoadReportRequest request, io.grpc.stub.StreamObserver<OrcaLoadReport> responseObserver) Constructor parameters in io.grpc.xds.orca with type arguments of type OrcaLoadReportModifierConstructorDescription(package private)
OrcaClient
(OrcaLoadReportRequest request, io.grpc.stub.StreamObserver<OrcaLoadReport> responseObserver)