Searched refs:newDropList (Results 1 – 1 of 1) sorted by relevance
241 List<DropEntry> newDropList = new ArrayList<>(); in useFallbackBackends() local244 newDropList.add(null); in useFallbackBackends()247 useRoundRobinLists(newDropList, newBackendAddrList, null); in useFallbackBackends()345 List<DropEntry> newDropList, List<BackendAddressGroup> newBackendAddrList, in useRoundRobinLists() argument348 new Object[] {logId, newBackendAddrList, newDropList}); in useRoundRobinLists()388 dropList = Collections.unmodifiableList(newDropList); in useRoundRobinLists()575 List<DropEntry> newDropList = new ArrayList<>(); in handleResponse() local581 newDropList.add(new DropEntry(loadRecorder, token)); in handleResponse()583 newDropList.add(null); in handleResponse()605 useRoundRobinLists(newDropList, newBackendAddrList, loadRecorder); in handleResponse()