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) class
CachedSubchannelPool
ASubchannelPool
that keeps returnedLoadBalancer.Subchannel
s 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 SubchannelPool
GrpclbLoadBalancer. subchannelPool
private SubchannelPool
GrpclbState. subchannelPool
Constructors 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)
-