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 class
LoadBalancer.ErrorPicker
Deprecated.Usenew FixedResultPicker(PickResult.withError(error))
instead.static class
LoadBalancer.FixedResultPicker
A picker that always returns the same result.Fields in io.grpc declared as LoadBalancer.SubchannelPicker Modifier and Type Field Description static LoadBalancer.SubchannelPicker
LoadBalancer. EMPTY_PICKER
Deprecated.Usenew FixedResultPicker(PickResult.withNoResult())
instead.Methods in io.grpc with parameters of type LoadBalancer.SubchannelPicker Modifier and Type Method Description abstract void
LoadBalancer.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 void
ForwardingLoadBalancerHelper. updateBalancingState(ConnectivityState newState, LoadBalancer.SubchannelPicker newPicker)
-