| Package | Description |
|---|---|
| org.opendaylight.controller.hosttracker | |
| org.opendaylight.controller.hosttracker.hostAware |
| Modifier and Type | Method and Description |
|---|---|
HostNodeConnector |
IfIptoHost.hostFind(InetAddress networkAddress)
Applications call this interface methods to determine IP address to MAC
binding and its connectivity to an OpenFlow switch in term of Node, Port,
and VLAN.
|
HostNodeConnector |
IfIptoHost.hostQuery(InetAddress networkAddress)
Checks the local Host Database to see if a Host has been learned for a
given IP address.
|
HostNodeConnector |
Entity.toHostNodeConnector() |
HostNodeConnector |
IDevice.toHostNodeConnector() |
| Modifier and Type | Method and Description |
|---|---|
Future<HostNodeConnector> |
IfIptoHost.discoverHost(InetAddress networkAddress)
Initiates an immediate discovery of the Host for a given IP address.
|
Set<HostNodeConnector> |
IfIptoHost.getActiveStaticHosts()
Returns all the "Active Hosts" learned "Statically" via Northbound APIs.
|
Set<HostNodeConnector> |
IfIptoHost.getAllHosts()
Returns all the the Hosts either learned dynamically or added statically
via Northbound APIs.
|
Set<HostNodeConnector> |
IfIptoHost.getInactiveStaticHosts()
Returns all the "Inactive Hosts" learned "Statically" via Northbound
APIs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfHostListener.hostListener(HostNodeConnector host)
Learns new Hosts.
|
void |
IfNewHostNotify.notifyHTClient(HostNodeConnector host)
Notifies the HostTracker Clients that a new Host has been learned
|
void |
IfNewHostNotify.notifyHTClientHostRemoved(HostNodeConnector host)
Notifies the HostTracker Clients that a Host which was learned in the
past has been removed either due to switch/port down event or due to ARP
Aging
|
| Modifier and Type | Method and Description |
|---|---|
HostNodeConnector |
HostNodeConnector.initArpSendCountDown() |
HostNodeConnector |
HostNodeConnector.setArpSendCountDown(short cntdown) |
HostNodeConnector |
HostNodeConnector.setStaticHost(boolean statically_learned) |
| Modifier and Type | Method and Description |
|---|---|
void |
IHostFinder.probe(HostNodeConnector host)
This method is called by HostTracker to see if a learned Host is still in
the network.
|
Copyright © 2015. All Rights Reserved.