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
Subclasses of LoadBalancer.SubchannelPicker in io.grpc Modifier and Type Class Description static classLoadBalancer.ErrorPickerDeprecated.Usenew FixedResultPicker(PickResult.withError(error))instead.static classLoadBalancer.FixedResultPickerA picker that always returns the same result.Fields in io.grpc declared as LoadBalancer.SubchannelPicker Modifier and Type Field Description static LoadBalancer.SubchannelPickerLoadBalancer. EMPTY_PICKERDeprecated.Usenew FixedResultPicker(PickResult.withNoResult())instead.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
Methods in io.grpc.util with parameters of type LoadBalancer.SubchannelPicker Modifier and Type Method Description voidForwardingLoadBalancerHelper. updateBalancingState(ConnectivityState newState, LoadBalancer.SubchannelPicker newPicker)
-