Uses of Class
com.github.xds.data.orca.v3.OrcaLoadReport
-
Packages that use OrcaLoadReport Package Description com.github.xds.data.orca.v3 com.github.xds.service.orca.v3 io.grpc.xds.orca -
-
Uses of OrcaLoadReport in com.github.xds.data.orca.v3
Fields in com.github.xds.data.orca.v3 declared as OrcaLoadReport Modifier and Type Field Description private static OrcaLoadReport
OrcaLoadReport. DEFAULT_INSTANCE
Fields in com.github.xds.data.orca.v3 with type parameters of type OrcaLoadReport Modifier and Type Field Description private static com.google.protobuf.Parser<OrcaLoadReport>
OrcaLoadReport. PARSER
Methods in com.github.xds.data.orca.v3 that return OrcaLoadReport Modifier and Type Method Description OrcaLoadReport
OrcaLoadReport.Builder. build()
OrcaLoadReport
OrcaLoadReport.Builder. buildPartial()
static OrcaLoadReport
OrcaLoadReport. getDefaultInstance()
OrcaLoadReport
OrcaLoadReport.Builder. getDefaultInstanceForType()
OrcaLoadReport
OrcaLoadReport. getDefaultInstanceForType()
static OrcaLoadReport
OrcaLoadReport. parseDelimitedFrom(java.io.InputStream input)
static OrcaLoadReport
OrcaLoadReport. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static OrcaLoadReport
OrcaLoadReport. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OrcaLoadReport
OrcaLoadReport. parseFrom(java.nio.ByteBuffer data)
static OrcaLoadReport
OrcaLoadReport. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.github.xds.data.orca.v3 that return types with arguments of type OrcaLoadReport Modifier and Type Method Description com.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 OrcaLoadReport Modifier and Type Method Description private void
OrcaLoadReport.Builder. buildPartial0(OrcaLoadReport result)
OrcaLoadReport.Builder
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 OrcaLoadReport Modifier and Type Field Description private static io.grpc.MethodDescriptor<OrcaLoadReportRequest,OrcaLoadReport>
OpenRcaServiceGrpc. getStreamCoreMetricsMethod
Methods in com.github.xds.service.orca.v3 that return types with arguments of type OrcaLoadReport Modifier and Type Method Description static io.grpc.MethodDescriptor<OrcaLoadReportRequest,OrcaLoadReport>
OpenRcaServiceGrpc. getStreamCoreMetricsMethod()
java.util.Iterator<OrcaLoadReport>
OpenRcaServiceGrpc.OpenRcaServiceBlockingStub. streamCoreMetrics(OrcaLoadReportRequest request)
Method parameters in com.github.xds.service.orca.v3 with type arguments of type OrcaLoadReport Modifier and Type Method Description default 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 OrcaLoadReport Modifier and Type Field Description private io.grpc.ClientCall<OrcaLoadReportRequest,OrcaLoadReport>
OrcaOobUtil.OrcaReportingHelper.OrcaReportingState.OrcaReportingStream. call
(package private) static io.grpc.Metadata.Key<OrcaLoadReport>
OrcaMetricReportingServerInterceptor. ORCA_ENDPOINT_LOAD_METRICS_KEY
(package private) static io.grpc.Metadata.Key<OrcaLoadReport>
OrcaPerRequestUtil.OrcaReportingTracerFactory. ORCA_ENDPOINT_LOAD_METRICS_KEY
(package private) io.grpc.stub.ServerCallStreamObserver<OrcaLoadReport>
OrcaServiceImpl.OrcaClient. responseObserver
Methods in io.grpc.xds.orca that return OrcaLoadReport Modifier and Type Method Description private OrcaLoadReport
OrcaServiceImpl. generateMetricsReport()
Methods in io.grpc.xds.orca with parameters of type OrcaLoadReport Modifier and Type Method Description (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 OrcaLoadReport Modifier and Type Method Description void
OrcaServiceImpl.RealOrcaServiceImpl. streamCoreMetrics(OrcaLoadReportRequest request, io.grpc.stub.StreamObserver<OrcaLoadReport> responseObserver)
Constructor parameters in io.grpc.xds.orca with type arguments of type OrcaLoadReport Constructor Description OrcaClient(OrcaLoadReportRequest request, io.grpc.stub.StreamObserver<OrcaLoadReport> responseObserver)
-