| Package | Description |
|---|---|
| org.opendaylight.controller.hosttracker |
| Modifier and Type | Method and Description |
|---|---|
IEntityClass |
IEntityClassifierService.classifyEntity(Entity entity)
Classify the given entity into an IEntityClass.
|
IEntityClass |
IDevice.getEntityClass()
Get the entity class for the device.
|
IEntityClass |
IEntityClassifierService.reclassifyEntity(IDevice curDevice,
Entity entity)
Reclassify the given entity into a class.
|
| Modifier and Type | Method and Description |
|---|---|
IDevice |
IDeviceService.findClassDevice(IEntityClass entityClass,
long macAddress,
Short vlan,
Integer ipv4Address)
Get a destination device using entity fields that corresponds with the
given source device.
|
Iterator<? extends IDevice> |
IDeviceService.queryClassDevices(IEntityClass entityClass,
Long macAddress,
Short vlan,
Integer ipv4Address,
org.opendaylight.controller.sal.core.NodeConnector port)
Find devices that match the provided query.
|
Copyright © 2015. All Rights Reserved.