Package io.grpc.grpclb
Class GrpclbState.LoadReportingTask
- java.lang.Object
-
- io.grpc.grpclb.GrpclbState.LoadReportingTask
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- GrpclbState
static class GrpclbState.LoadReportingTask extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private GrpclbState.LbStream
stream
-
Constructor Summary
Constructors Constructor Description LoadReportingTask(GrpclbState.LbStream stream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
stream
private final GrpclbState.LbStream stream
-
-
Constructor Detail
-
LoadReportingTask
LoadReportingTask(GrpclbState.LbStream stream)
-
-