Uses of Interface
io.grpc.grpclb.SubchannelPool
Packages that use SubchannelPool
-
Uses of SubchannelPool in io.grpc.grpclb
Classes in io.grpc.grpclb that implement SubchannelPoolModifier and TypeClassDescription(package private) final class
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 SubchannelPoolModifier and TypeFieldDescriptionprivate final SubchannelPool
GrpclbLoadBalancer.subchannelPool
private final SubchannelPool
GrpclbState.subchannelPool
Constructors in io.grpc.grpclb with parameters of type SubchannelPoolModifierConstructorDescription(package private)
GrpclbLoadBalancer
(LoadBalancer.Helper helper, Context context, SubchannelPool subchannelPool, TimeProvider time, com.google.common.base.Stopwatch stopwatch, BackoffPolicy.Provider backoffPolicyProvider) (package private)
GrpclbState
(GrpclbConfig config, LoadBalancer.Helper helper, Context context, SubchannelPool subchannelPool, TimeProvider time, com.google.common.base.Stopwatch stopwatch, BackoffPolicy.Provider backoffPolicyProvider)