MCPcopy Create free account
hub / github.com/InterviewReady/Low-Level-Design / addDestination

Method addDestination

LoadBalancer.java:66–68  ·  view source on GitHub ↗
(Destination destination)

Source from the content-addressed store, hash-verified

64 Set<Destination> destinations;
65
66 public void addDestination(Destination destination){
67 destinations.add(destination);
68 }
69
70 public void removeDestination(Destination destination){
71 destinations.remove(destination);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected