- getActiveSince() - Method in class org.opendaylight.controller.hosttracker.Entity
-
- getActiveStaticHosts() - Method in interface org.opendaylight.controller.hosttracker.IfIptoHost
-
Returns all the "Active Hosts" learned "Statically" via Northbound APIs.
- getAllDevices() - Method in interface org.opendaylight.controller.hosttracker.IDeviceService
-
Get an unmodifiable collection view over all devices currently known.
- getAllHosts() - Method in interface org.opendaylight.controller.hosttracker.IfIptoHost
-
Returns all the the Hosts either learned dynamically or added statically
via Northbound APIs.
- getArpSendCountDown() - Method in class org.opendaylight.controller.hosttracker.hostAware.HostNodeConnector
-
- getAttachmentPoints() - Method in interface org.opendaylight.controller.hosttracker.IDevice
-
Get all unique attachment points associated with the device.
- getAttachmentPoints(boolean) - Method in interface org.opendaylight.controller.hosttracker.IDevice
-
Get all unique attachment points associated with the device.
- getDataLayerAddressBytes() - Method in class org.opendaylight.controller.hosttracker.hostAware.HostNodeConnector
-
- getDevice(Long) - Method in interface org.opendaylight.controller.hosttracker.IDeviceService
-
Get the device with the given device key.
- getDeviceKey() - Method in interface org.opendaylight.controller.hosttracker.IDevice
-
Get the primary key for this device.
- getEntityClass() - Method in interface org.opendaylight.controller.hosttracker.IDevice
-
Get the entity class for the device.
- getErrorStatus() - Method in class org.opendaylight.controller.hosttracker.SwitchPort
-
- getHostNetworkHierarchy(InetAddress) - Method in interface org.opendaylight.controller.hosttracker.IfIptoHost
-
Returns the Network Hierarchy for a given Host.
- getInactiveStaticHosts() - Method in interface org.opendaylight.controller.hosttracker.IfIptoHost
-
Returns all the "Inactive Hosts" learned "Statically" via Northbound
APIs.
- getIpv4Address() - Method in class org.opendaylight.controller.hosttracker.Entity
-
- getIPv4Addresses() - Method in interface org.opendaylight.controller.hosttracker.IDevice
-
Get all unique IPv4 addresses associated with the device.
- getKeyFields() - Method in interface org.opendaylight.controller.hosttracker.IEntityClass
-
Return the set of key fields for this entity class.
- getKeyFields() - Method in interface org.opendaylight.controller.hosttracker.IEntityClassifierService
-
Return the most general list of fields that should be used as key fields.
- getLastSeen() - Method in interface org.opendaylight.controller.hosttracker.IDevice
-
Get the most recent timestamp for this device
- getLastSeenTimestamp() - Method in class org.opendaylight.controller.hosttracker.Entity
-
- getMacAddress() - Method in class org.opendaylight.controller.hosttracker.Entity
-
- getMACAddress() - Method in interface org.opendaylight.controller.hosttracker.IDevice
-
Get the MAC address of the device as a Long value.
- getMACAddressString() - Method in interface org.opendaylight.controller.hosttracker.IDevice
-
Get the MAC address of the device as a String value.
- getName() - Method in interface org.opendaylight.controller.hosttracker.IEntityClass
-
Returns a user-friendly, unique name for this EntityClass
- getnodeConnector() - Method in class org.opendaylight.controller.hosttracker.hostAware.HostNodeConnector
-
- getnodeconnectorNode() - Method in class org.opendaylight.controller.hosttracker.hostAware.HostNodeConnector
-
- getnodeconnectornodeId() - Method in class org.opendaylight.controller.hosttracker.hostAware.HostNodeConnector
-
- getnodeconnectorportId() - Method in class org.opendaylight.controller.hosttracker.hostAware.HostNodeConnector
-
- getOldAP() - Method in interface org.opendaylight.controller.hosttracker.IDevice
-
Get all old attachment points associated with the device. this is used in
host movement scenario.
- getPort() - Method in class org.opendaylight.controller.hosttracker.Entity
-
- getPort() - Method in class org.opendaylight.controller.hosttracker.SwitchPort
-
- getSuppressAPs() - Method in interface org.opendaylight.controller.hosttracker.IDeviceService
-
- getSwitchPortVlanIds(SwitchPort) - Method in interface org.opendaylight.controller.hosttracker.IDevice
-
Returns all unique VLAN IDs for the device that were observed on the
given switch port
- getVlan() - Method in class org.opendaylight.controller.hosttracker.Entity
-
- getVlan() - Method in class org.opendaylight.controller.hosttracker.hostAware.HostNodeConnector
-
- getVlanId() - Method in interface org.opendaylight.controller.hosttracker.IDevice
-
Get all unique VLAN IDs for the device.
- IDevice - Interface in org.opendaylight.controller.hosttracker
-
Represents an independent device on the network.
- IDeviceListener - Interface in org.opendaylight.controller.hosttracker
-
Implementors of this interface can receive updates from DeviceManager about
the state of devices under its control.
- IDeviceService - Interface in org.opendaylight.controller.hosttracker
-
Device manager allows interacting with devices on the network.
- IDeviceService.DeviceField - Enum in org.opendaylight.controller.hosttracker
-
Fields used in devices for indexes and querying
- IEntityClass - Interface in org.opendaylight.controller.hosttracker
-
Entities within an entity class are grouped into
Device objects based
on the
IEntityClass, and the key fields specified by the entity
class.
- IEntityClassifierService - Interface in org.opendaylight.controller.hosttracker
-
A component that wishes to participate in entity classification needs to
implement the IEntityClassifier interface, and register with the Device
Manager as an entity classifier.
- IEntityClassListener - Interface in org.opendaylight.controller.hosttracker
-
Implementors of this interface can receive updates from the Entity Classifier
about the changes to entity Classes.
- IfHostListener - Interface in org.opendaylight.controller.hosttracker
-
This interface defines the method to notify detected Host on the network.
- IfIptoHost - Interface in org.opendaylight.controller.hosttracker
-
This interface defines the methods to retrieve information about learned
Hosts.
- IfNewHostNotify - Interface in org.opendaylight.controller.hosttracker
-
This Interface defines the methods for client applications of Host Tracker to
get notifications when a new host is learned or existing host is removed from
the network.
- IHostFinder - Interface in org.opendaylight.controller.hosttracker.hostAware
-
This Interface defines the methods to trigger the discovery of a Host and to
probe if a learned Host is still in the network.
- initArpSendCountDown() - Method in class org.opendaylight.controller.hosttracker.hostAware.HostNodeConnector
-
- ipv4Address - Variable in class org.opendaylight.controller.hosttracker.Entity
-
The IP address associated with this entity, or null if no IP learned from
the network observation associated with this entity
- isRewriteEnabled() - Method in class org.opendaylight.controller.hosttracker.hostAware.HostNodeConnector
-
- isStaticHost() - Method in class org.opendaylight.controller.hosttracker.hostAware.HostNodeConnector
-
- isStaticHost() - Method in interface org.opendaylight.controller.hosttracker.IDevice
-
- isV4Host() - Method in class org.opendaylight.controller.hosttracker.hostAware.HostNodeConnector
-
- isV6Host() - Method in class org.opendaylight.controller.hosttracker.hostAware.HostNodeConnector
-