MCPcopy Index your code
hub / github.com/InterviewReady/Low-Level-Design / getDestinations

Method getDestinations

LoadBalancer.java:15–18  ·  view source on GitHub ↗
(Request request)

Source from the content-addressed store, hash-verified

13 }
14
15 Set<Destination> getDestinations(Request request){
16 Service service = serviceMap.get(request.requestType);
17 return service.destinations;
18 }
19
20 abstract Destination balanceLoad(Request request);
21}

Callers 3

balanceLoadMethod · 0.80
balanceLoadMethod · 0.80
balanceLoadMethod · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected