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