Uses of Class
io.grpc.xds.WeightedRandomPicker.WeightedChildPicker
-
Packages that use WeightedRandomPicker.WeightedChildPicker Package Description io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol. -
-
Uses of WeightedRandomPicker.WeightedChildPicker in io.grpc.xds
Fields in io.grpc.xds with type parameters of type WeightedRandomPicker.WeightedChildPicker Modifier and Type Field Description (package private) java.util.List<WeightedRandomPicker.WeightedChildPicker>
WeightedRandomPicker. weightedChildPickers
Constructor parameters in io.grpc.xds with type arguments of type WeightedRandomPicker.WeightedChildPicker Constructor Description WeightedRandomPicker(java.util.List<WeightedRandomPicker.WeightedChildPicker> weightedChildPickers)
WeightedRandomPicker(java.util.List<WeightedRandomPicker.WeightedChildPicker> weightedChildPickers, ThreadSafeRandom random)
-