Uses of Class
io.grpc.xds.WeightedRoundRobinLoadBalancer.WrrSubchannel
-
Packages that use WeightedRoundRobinLoadBalancer.WrrSubchannel Package Description io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol. -
-
Uses of WeightedRoundRobinLoadBalancer.WrrSubchannel in io.grpc.xds
Fields in io.grpc.xds with type parameters of type WeightedRoundRobinLoadBalancer.WrrSubchannel Modifier and Type Field Description private java.util.Set<WeightedRoundRobinLoadBalancer.WrrSubchannel>
WeightedRoundRobinLoadBalancer.WeightedChildLbState. subchannels
Methods in io.grpc.xds with parameters of type WeightedRoundRobinLoadBalancer.WrrSubchannel Modifier and Type Method Description void
WeightedRoundRobinLoadBalancer.WeightedChildLbState. addSubchannel(WeightedRoundRobinLoadBalancer.WrrSubchannel wrrSubchannel)
void
WeightedRoundRobinLoadBalancer.WeightedChildLbState. removeSubchannel(WeightedRoundRobinLoadBalancer.WrrSubchannel wrrSubchannel)
-