public final class RTCClientRouteCache extends Object implements ClientRouteTargetContrainCache, RTCCache
Constructor and Description |
---|
RTCClientRouteCache() |
Modifier and Type | Method and Description |
---|---|
void |
cacheRoute(Route route)
Cache Route.
|
List<Route> |
getClientRouteTargetContrainCache()
Cache of RTC routes advertized per clients peers.
|
void |
uncacheRoute(Route route)
Uncache Route.
|
public void cacheRoute(Route route)
ClientRouteTargetContrainCache
cacheRoute
in interface ClientRouteTargetContrainCache
route
- target constrainpublic void uncacheRoute(Route route)
ClientRouteTargetContrainCache
uncacheRoute
in interface ClientRouteTargetContrainCache
route
- target constrainpublic List<Route> getClientRouteTargetContrainCache()
RTCCache
getClientRouteTargetContrainCache
in interface RTCCache
Copyright © 2019 OpenDaylight. All rights reserved.