Package io.grpc.xds.orca
Class OrcaServiceImpl.OrcaClient
java.lang.Object
io.grpc.xds.orca.OrcaServiceImpl.OrcaClient
- All Implemented Interfaces:
Runnable
- Enclosing class:
OrcaServiceImpl
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) io.grpc.SynchronizationContext.ScheduledHandle
(package private) final long
(package private) final io.grpc.stub.ServerCallStreamObserver
<OrcaLoadReport> (package private) final io.grpc.SynchronizationContext
-
Constructor Summary
ConstructorsConstructorDescriptionOrcaClient
(OrcaLoadReportRequest request, io.grpc.stub.StreamObserver<OrcaLoadReport> responseObserver) -
Method Summary
-
Field Details
-
responseObserver
-
periodicReportTimer
io.grpc.SynchronizationContext.ScheduledHandle periodicReportTimer -
reportIntervalNanos
final long reportIntervalNanos -
syncContext
final io.grpc.SynchronizationContext syncContext
-
-
Constructor Details
-
OrcaClient
OrcaClient(OrcaLoadReportRequest request, io.grpc.stub.StreamObserver<OrcaLoadReport> responseObserver)
-
-
Method Details