| Package | Description |
|---|---|
| com.h3c.sdn.misc.net | |
| com.h3c.sdn.nodemgr |
Definitions of the services provided by the Node Manager Application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeMessage |
| Modifier and Type | Method and Description |
|---|---|
Entity |
NodeMessage.entity()
Returns the entity from Node Message.
|
Entity |
ARPTableDTO.getEntity(IpAddress ipAddress)
Returns an entity object for the given IP address.
|
Entity |
ARPTableDTO.getEntity(MacAddress mac)
Returns an entity object for the given MAC address.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Entity> |
ARPTableDTO.getEntities()
Returns a set of entity objects from the ARP table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ARPTableDTO.addARPTableEntry(Entity entity)
Adds the entity to the ARP table.
|
void |
NMAlgoListener.nodeDeleted(Entity node)
Callback invoked when the end host is deleted from the data structure.
|
void |
NMAlgoListener.othersNodeDeleted(Entity node)
Callback invoked when the end host is deleted from Others.
|
void |
NMAlgoListener.othersVidDeleted(Entity node)
Callback invoked when all end hosts for a vid are cleared from
Others.
|
void |
ARPTableDTO.replaceARPEntry(Entity oldArpEntry,
Entity newArpEntry)
Updates the entity in the ARP table.
|
void |
NMAlgoListener.vidDeleted(Entity node)
Callback invoked when all end hosts for a vid are cleared from
the data structure.
|
| Constructor and Description |
|---|
NodeMessage(Entity entity,
UpdateType op)
Constructs a new NodeMessage using Entity.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
NodeService.getCfgHost(MacAddress mac,
VId vid)
Get a static configured host
|
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
NodeService.getAllHost(DataPathId dpId,
BigPortNumber port)
get all host entry
|
List<Entity> |
NodeService.getAllStaticHost()
Get all the static hosts information
|
List<Entity> |
NodeService.getAllStaticHost(DataPathId dpId,
BigPortNumber port)
Get all the static hosts information
|
Copyright © 2014. All Rights Reserved.