public interface RouteAdminService extends RouteService
| Modifier and Type | Method and Description |
|---|---|
void |
update(java.util.Collection<Route> routes)
Updates the given routes in the route service.
|
void |
withdraw(java.util.Collection<Route> routes)
Withdraws the given routes from the route service.
|
getAllRoutes, getNextHops, getRoutes, getRoutesForNextHop, getRouteTables, longestPrefixLookup, longestPrefixMatchvoid update(java.util.Collection<Route> routes)
routes - collection of routes to updatevoid withdraw(java.util.Collection<Route> routes)
routes - collection of routes to withdraw