Uses of Class
io.grpc.grpclb.GrpclbState.DropEntry
-
Packages that use GrpclbState.DropEntry Package Description io.grpc.grpclb -
-
Uses of GrpclbState.DropEntry in io.grpc.grpclb
Fields in io.grpc.grpclb with type parameters of type GrpclbState.DropEntry Modifier and Type Field Description private java.util.List<GrpclbState.DropEntry>
GrpclbState. dropList
(package private) java.util.List<GrpclbState.DropEntry>
GrpclbState.RoundRobinPicker. dropList
Method parameters in io.grpc.grpclb with type arguments of type GrpclbState.DropEntry Modifier and Type Method Description private void
GrpclbState. updateServerList(java.util.List<GrpclbState.DropEntry> newDropList, java.util.List<BackendAddressGroup> newBackendAddrList, GrpclbClientLoadRecorder loadRecorder)
Populate backend servers to be used based on the given list of addresses.Constructor parameters in io.grpc.grpclb with type arguments of type GrpclbState.DropEntry Constructor Description RoundRobinPicker(java.util.List<GrpclbState.DropEntry> dropList, java.util.List<? extends GrpclbState.RoundRobinEntry> pickList)
-