public interface RoleEvent
| Modifier and Type | Method and Description |
|---|---|
Set<DataPathId> |
datapaths()
List of affected datapaths due to a Role assertion.
|
ControllerNode |
newMaster()
The controller which has now taken over the responsibility of playing
MASTER role to the affected datapaths.
|
ControllerNode |
oldMaster()
The controller which was replaced as Master to the given datapaths.
|
Set<DataPathId> datapaths()
ControllerNode oldMaster()
ControllerNode newMaster()
Copyright © 2014. All Rights Reserved.