Uses of Interface
io.grpc.grpclb.SubchannelPool
-
Packages that use SubchannelPool Package Description io.grpc.grpclb -
-
Uses of SubchannelPool in io.grpc.grpclb
Classes in io.grpc.grpclb that implement SubchannelPool Modifier and Type Class Description (package private) classCachedSubchannelPoolASubchannelPoolthat keeps returnedLoadBalancer.Subchannels for a given time before it's shut down by the pool.Fields in io.grpc.grpclb declared as SubchannelPool Modifier and Type Field Description private SubchannelPoolGrpclbLoadBalancer. subchannelPoolprivate SubchannelPoolGrpclbState. subchannelPoolConstructors in io.grpc.grpclb with parameters of type SubchannelPool Constructor Description GrpclbLoadBalancer(LoadBalancer.Helper helper, Context context, SubchannelPool subchannelPool, TimeProvider time, com.google.common.base.Stopwatch stopwatch, BackoffPolicy.Provider backoffPolicyProvider)GrpclbState(GrpclbConfig config, LoadBalancer.Helper helper, Context context, SubchannelPool subchannelPool, TimeProvider time, com.google.common.base.Stopwatch stopwatch, BackoffPolicy.Provider backoffPolicyProvider)
-