public interface Region extends Transportable<Region,UUID>
| Modifier and Type | Method and Description |
|---|---|
ControllerNode |
master()
Retrieves the controller which is acting as MASTER in this region.
|
Set<ControlledEntity> |
networkElements()
Retrieves the network elements which are participating in this region.
|
Set<ControllerNode> |
slaves()
Retrieves set of controllers which are playing the role of SLAVE in
this region.
|
getIdControllerNode master()
Set<ControllerNode> slaves()
Set<ControlledEntity> networkElements()
Copyright © 2014. All Rights Reserved.