X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fremoterpc-routingtable%2Fimplementation%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fconnector%2Fremoterpc%2Fapi%2FRoutingTable.java;h=2da031e54008cb68c5cf23cddc84b4cd50742da1;hb=refs%2Fchanges%2F86%2F3686%2F7;hp=6ec4c2ce01f7ccb675873890a3ff80bfa6102963;hpb=a54b4f7301e0ad3f3ebf2f4cf6ce390348b5bc2a;p=controller.git diff --git a/opendaylight/md-sal/remoterpc-routingtable/implementation/src/main/java/org/opendaylight/controller/sal/connector/remoterpc/api/RoutingTable.java b/opendaylight/md-sal/remoterpc-routingtable/implementation/src/main/java/org/opendaylight/controller/sal/connector/remoterpc/api/RoutingTable.java index 6ec4c2ce01..2da031e540 100644 --- a/opendaylight/md-sal/remoterpc-routingtable/implementation/src/main/java/org/opendaylight/controller/sal/connector/remoterpc/api/RoutingTable.java +++ b/opendaylight/md-sal/remoterpc-routingtable/implementation/src/main/java/org/opendaylight/controller/sal/connector/remoterpc/api/RoutingTable.java @@ -7,6 +7,7 @@ */ package org.opendaylight.controller.sal.connector.remoterpc.api; +import java.util.Map; import java.util.Set; public interface RoutingTable { @@ -65,6 +66,12 @@ public interface RoutingTable { */ public Set getRoutes(I routeId); + /** + * Returns all network addresses stored in the table + * @return + */ + public Set getAllRoutes(); + /** * Returns only one address from the list of network addresses * associated with the route. The algorithm to determine that