public interface CentralizedSwitchScheduler
Modifier and Type | Method and Description |
---|---|
BigInteger |
getCentralizedSwitch(String routerName)
Retrieves the centralized switch scheduled for the router.
|
boolean |
releaseCentralizedSwitch(Routers router)
Releases the centralized switch scheduled for the router.
|
boolean |
scheduleCentralizedSwitch(Routers router)
Schedule the centralized switch for the router.
|
boolean |
updateCentralizedSwitch(Routers oldRouter,
Routers newRouter)
Update the centralized switch scheduled for the router.
|
boolean scheduleCentralizedSwitch(Routers router)
router
- the external router.boolean updateCentralizedSwitch(Routers oldRouter, Routers newRouter)
oldRouter
- the existing external router.newRouter
- the new external router.boolean releaseCentralizedSwitch(Routers router)
router
- the external router.BigInteger getCentralizedSwitch(String routerName)
routerName
- the router name.Copyright © 2019 OpenDaylight. All rights reserved.