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 OrcaLoadReportOrcaLoadReport.DEFAULT_INSTANCEFields in com.github.xds.data.orca.v3 with type parameters of type OrcaLoadReportModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser<OrcaLoadReport> OrcaLoadReport.PARSERMethods in com.github.xds.data.orca.v3 that return OrcaLoadReportModifier and TypeMethodDescriptionOrcaLoadReport.Builder.build()OrcaLoadReport.Builder.buildPartial()static OrcaLoadReportOrcaLoadReport.getDefaultInstance()OrcaLoadReport.Builder.getDefaultInstanceForType()OrcaLoadReport.getDefaultInstanceForType()static OrcaLoadReportOrcaLoadReport.parseDelimitedFrom(InputStream input) static OrcaLoadReportOrcaLoadReport.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrcaLoadReportOrcaLoadReport.parseFrom(byte[] data) static OrcaLoadReportOrcaLoadReport.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrcaLoadReportOrcaLoadReport.parseFrom(com.google.protobuf.ByteString data) static OrcaLoadReportOrcaLoadReport.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrcaLoadReportOrcaLoadReport.parseFrom(com.google.protobuf.CodedInputStream input) static OrcaLoadReportOrcaLoadReport.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrcaLoadReportOrcaLoadReport.parseFrom(InputStream input) static OrcaLoadReportOrcaLoadReport.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrcaLoadReportOrcaLoadReport.parseFrom(ByteBuffer data) static OrcaLoadReportOrcaLoadReport.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 voidOrcaLoadReport.Builder.buildPartial0(OrcaLoadReport result) OrcaLoadReport.Builder.mergeFrom(OrcaLoadReport other) static OrcaLoadReport.BuilderOrcaLoadReport.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.getStreamCoreMetricsMethodMethods 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 voidOpenRcaServiceGrpc.AsyncService.streamCoreMetrics(OrcaLoadReportRequest request, io.grpc.stub.StreamObserver<OrcaLoadReport> responseObserver) voidOpenRcaServiceGrpc.OpenRcaServiceStub.streamCoreMetrics(OrcaLoadReportRequest request, io.grpc.stub.StreamObserver<OrcaLoadReport> responseObserver) -
Uses of OrcaLoadReport in io.grpc.xds.orca
Subclasses with type arguments of type OrcaLoadReport in io.grpc.xds.orcaModifier and TypeClassDescriptionprivate classFields 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.responseObserverMethods 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.MetricReportOrcaPerRequestUtil.fromOrcaLoadReport(OrcaLoadReport loadReport) (package private) voidOrcaOobUtil.OrcaReportingHelper.OrcaReportingState.OrcaReportingStream.handleResponse(OrcaLoadReport response) voidOrcaOobUtil.OrcaReportingHelper.OrcaReportingState.OrcaReportingStream.onMessage(OrcaLoadReport response) (package private) voidOrcaPerRequestUtil.OrcaReportBroker.onReport(OrcaLoadReport report) Method parameters in io.grpc.xds.orca with type arguments of type OrcaLoadReportModifier and TypeMethodDescriptionvoidOrcaServiceImpl.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)