| Package | Description |
|---|---|
| com.h3c.sdn.common |
Definitions of general services applicable to multiple tiers of the
SDN Controller.
|
| com.h3c.sdn.ctl.json |
...
|
| com.h3c.sdn.misc.net | |
| com.h3c.sdn.nodemgr |
Definitions of the services provided by the Node Manager Application.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkNode |
ARPTable.networkNode(IpAddress ipAddress)
Returns the end host for a given IP address.
|
NetworkNode |
ARPTable.networkNode(MacAddress mac)
Returns the end host for a given MAC address.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkNode |
NetworkNodeCodec.decode(com.fasterxml.jackson.databind.node.ObjectNode node) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
NetworkNodeCodec.encode(NetworkNode networkNode) |
| Modifier and Type | Class and Description |
|---|---|
class |
NetworkNodeDTO
Provides an implementation of
NetworkNode. |
| Modifier and Type | Method and Description |
|---|---|
NetworkNode |
Entity.getNetworkNode()
Returns the network node from entity object.
|
NetworkNode |
ARPTableDTO.networkNode(IpAddress ipAddress) |
NetworkNode |
ARPTableDTO.networkNode(MacAddress mac) |
| Modifier and Type | Method and Description |
|---|---|
Set<NetworkNode> |
ARPTableDTO.getNetworkNodes()
Returns the set of end nodes from the ARP table.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkNode |
NodeService.getNetworkNode(IpAddress ip,
VId vid)
Returns the end host for the given IP address and VLAN.
|
NetworkNode |
NodeService.getNetworkNode(MacAddress mac,
VId vid)
Returns the end host for the given MAC address and VLAN.
|
| Modifier and Type | Method and Description |
|---|---|
Set<NetworkNode> |
NodeService.getNetworkNodes(VId vid)
Returns the set of end hosts for the given VLAN.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkNodeListener.nodeAdded(NetworkNode node)
Callback invoked when a new end host is learnt.
|
void |
NetworkNodeListener.nodeIPV4AddrChanged(NetworkNode node)
Callback invoked when a network address has been added or removed
from an end host.
|
void |
NetworkNodeListener.nodeMoved(NetworkNode node)
Callback invoked when an end host has moved to a new port
on the network.
|
void |
NetworkNodeListener.nodeRemoved(NetworkNode node)
Callback invoked when the end host leaves the network.
|
void |
NetworkNodeListener.nodeVlanChanged(NetworkNode node)
Callback invoked when a VLAN tag for the end host has been updated.
|
Copyright © 2014. All Rights Reserved.