Uses of Class
io.grpc.grpclb.GrpclbState.RoundRobinPicker
-
Packages that use GrpclbState.RoundRobinPicker Package Description io.grpc.grpclb -
-
Uses of GrpclbState.RoundRobinPicker in io.grpc.grpclb
Fields in io.grpc.grpclb declared as GrpclbState.RoundRobinPicker Modifier and Type Field Description private GrpclbState.RoundRobinPicker
GrpclbState. currentPicker
Methods in io.grpc.grpclb with parameters of type GrpclbState.RoundRobinPicker Modifier and Type Method Description private void
GrpclbState. maybeUpdatePicker(ConnectivityState state, GrpclbState.RoundRobinPicker picker)
Update the given picker to the helper if it's different from the current one.
-