Uses of Class
io.grpc.LoadBalancer.SubchannelPicker
-
Packages that use LoadBalancer.SubchannelPicker Package Description io.grpc The gRPC core public API.io.grpc.util Utilities with advanced features in the core layer that user can optionally use. -
-
Uses of LoadBalancer.SubchannelPicker in io.grpc
Methods in io.grpc with parameters of type LoadBalancer.SubchannelPicker Modifier and Type Method Description abstract voidLoadBalancer.Helper. updateBalancingState(ConnectivityState newState, LoadBalancer.SubchannelPicker newPicker)Set a new state with a new picker to the channel. -
Uses of LoadBalancer.SubchannelPicker in io.grpc.util
Subclasses of LoadBalancer.SubchannelPicker in io.grpc.util Modifier and Type Class Description static classRoundRobinLoadBalancer.RoundRobinPickerMethods in io.grpc.util with parameters of type LoadBalancer.SubchannelPicker Modifier and Type Method Description voidForwardingLoadBalancerHelper. updateBalancingState(ConnectivityState newState, LoadBalancer.SubchannelPicker newPicker)
-