Class OrcaServiceImpl.OrcaClient

java.lang.Object
io.grpc.xds.orca.OrcaServiceImpl.OrcaClient
All Implemented Interfaces:
Runnable
Enclosing class:
OrcaServiceImpl

private final class OrcaServiceImpl.OrcaClient extends Object implements Runnable
  • Field Details

    • responseObserver

      final io.grpc.stub.ServerCallStreamObserver<OrcaLoadReport> responseObserver
    • periodicReportTimer

      io.grpc.SynchronizationContext.ScheduledHandle periodicReportTimer
    • reportIntervalNanos

      final long reportIntervalNanos
    • syncContext

      final io.grpc.SynchronizationContext syncContext
  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable