Uses of Class
io.grpc.LoadBalancer.SubchannelPicker
Packages that use LoadBalancer.SubchannelPicker
-
Uses of LoadBalancer.SubchannelPicker in io.grpc
Subclasses of LoadBalancer.SubchannelPicker in io.grpcModifier and TypeClassDescriptionstatic final classDeprecated.static final classA picker that always returns the same result.Fields in io.grpc declared as LoadBalancer.SubchannelPickerModifier and TypeFieldDescriptionstatic final LoadBalancer.SubchannelPickerLoadBalancer.EMPTY_PICKERDeprecated.Usenew FixedResultPicker(PickResult.withNoResult())instead.Methods in io.grpc with parameters of type LoadBalancer.SubchannelPickerModifier and TypeMethodDescriptionabstract voidLoadBalancer.Helper.updateBalancingState(ConnectivityState newState, LoadBalancer.SubchannelPicker newPicker) Set a new state with a new picker to the channel.
new FixedResultPicker(PickResult.withError(error))instead.