| Package | Description |
|---|---|
| com.h3c.sdn.adm.dao.model |
Model POJOs implementations used to persist and retrieve information
applicable at the Administrator tier of the SDN Controller.
|
| com.h3c.sdn.adm.role |
...
|
| com.h3c.sdn.region |
...
|
| Modifier and Type | Method and Description |
|---|---|
Set<ControlledEntity> |
RegionEntity.getControlledDevices() |
| Modifier and Type | Method and Description |
|---|---|
void |
RegionEntity.setControlledDevices(Set<ControlledEntity> controlledEntities) |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleAssertService.informRole(ControllerRole role,
ControllerNode controller,
ControlledEntity device)
Informs the given device of the role the specified controller is about
to take oath in relation to that device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoleAssertService.informRole(ControllerRole role,
ControllerNode controller,
Set<ControlledEntity> devices)
Informs the given set of devices of the role the specified controller
is about to take oath in relation to those devices.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ControlledEntityModel
Default implementation of ControlledEntity.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ControlledEntity> |
Region.networkElements()
Retrieves the network elements which are participating in this region.
|
Set<ControlledEntity> |
RegionModel.networkElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
RegionModel.setDevices(Set<ControlledEntity> devices) |
| Constructor and Description |
|---|
RegionModel(ControllerNode mst,
Set<ControllerNode> slvs,
Set<ControlledEntity> devs) |
RegionModel(Id<Region,UUID> ud,
ControllerNode mst,
Set<ControllerNode> slvs,
Set<ControlledEntity> devs) |
Copyright © 2014. All Rights Reserved.