| Package | Description |
|---|---|
| com.h3c.sdn.adm.ctlAddrManager | |
| com.h3c.sdn.adm.dao |
Definitions of data access services for persisting and retrieving
information applicable at the Administrator tier of the SDN Controller.
|
| com.h3c.sdn.ctlAddrManager | |
| com.h3c.sdn.nodemgr |
Definitions of the services provided by the Node Manager Application.
|
| Modifier and Type | Method and Description |
|---|---|
Page<CtlAddrEntity> |
CtlAddrService.find(CtlAddrManagerFilter filter,
SortSpecification<CtlAddrManagerSortAttribute> sortSpec,
PageRequest pageRequest) |
| Modifier and Type | Method and Description |
|---|---|
void |
CtlAddrService.addCtlAddrManager(CtlAddrEntity ctlAddrManager) |
| Modifier and Type | Method and Description |
|---|---|
WriteQuery<CtlAddrEntity> |
QueryService.getAddCtlAddrManagerQuery(CtlAddrEntity ctlAddrManager) |
ReadQuery<Page<CtlAddrEntity>> |
QueryService.getFindCtlAddrManagerQuery(CtlAddrManagerFilter filter,
SortSpecification<CtlAddrManagerSortAttribute> sortSpec,
PageRequest pageRequest) |
| Modifier and Type | Method and Description |
|---|---|
WriteQuery<CtlAddrEntity> |
QueryService.getAddCtlAddrManagerQuery(CtlAddrEntity ctlAddrManager) |
| Constructor and Description |
|---|
CtlAddrEntity(Id<CtlAddrEntity,UUID> id,
Id<SystemInformation,UUID> sysId,
IpAddress ipAddr,
IpAddress maskIpAddr,
MacAddress macAddr,
VId vid) |
| Modifier and Type | Method and Description |
|---|---|
CtlAddrEntity |
NodeService.getCtlAddrManager(VId vid) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<VId,CtlAddrEntity> |
NodeService.getAllCtlAddrManager() |
Copyright © 2014. All Rights Reserved.