| Package | Description |
|---|---|
| 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.adm.hostManager | |
| com.h3c.sdn.hostManager |
| Modifier and Type | Method and Description |
|---|---|
WriteQuery<HostEntity> |
QueryService.getAddHostManagerQuery(HostEntity hostManager) |
ReadQuery<Page<HostEntity>> |
QueryService.getFindHostManageruery(HostManagerFilter filter,
SortSpecification<HostManagerSortAttribute> sortSpec,
PageRequest pageRequest) |
| Modifier and Type | Method and Description |
|---|---|
WriteQuery<HostEntity> |
QueryService.getAddHostManagerQuery(HostEntity hostManager) |
| Modifier and Type | Method and Description |
|---|---|
Page<HostEntity> |
HostService.find(HostManagerFilter filter,
SortSpecification<HostManagerSortAttribute> sortSpec,
PageRequest pageRequest) |
| Modifier and Type | Method and Description |
|---|---|
void |
HostService.addHostManager(HostEntity hostManager) |
| Constructor and Description |
|---|
HostEntity(Id<HostEntity,UUID> id,
Id<SystemInformation,UUID> sysId,
IpAddress ipAddr,
MacAddress macAddr,
VId vid,
DataPathId dpid,
BigPortNumber port,
int ctlId,
boolean state) |
Copyright © 2014. All Rights Reserved.