Home
last modified time | relevance | path

Searched defs:RoundRobinPicker (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/
DGrpclbState.java906 static final class RoundRobinPicker extends SubchannelPicker { class in GrpclbState
917 RoundRobinPicker(List<DropEntry> dropList, List<? extends RoundRobinEntry> pickList) { in RoundRobinPicker() method in GrpclbState.RoundRobinPicker
/external/grpc-grpc-java/core/src/main/java/io/grpc/util/
DRoundRobinLoadBalancerFactory.java404 private abstract static class RoundRobinPicker extends SubchannelPicker { class in RoundRobinLoadBalancerFactory