| Package | Description |
|---|---|
| org.onosproject.net |
Network model entities & service API definitions.
|
| org.onosproject.net.device |
Infrastructure device model & related services API definitions.
|
| org.onosproject.net.topology |
Network topology model & related services API definitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDevice
Default infrastructure device model implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Device |
DeviceStore.getDevice(DeviceId deviceId)
Returns the device with the specified identifier.
|
Device |
DeviceService.getDevice(DeviceId deviceId)
Returns the device with the specified identifier.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Device> |
DeviceStore.getAvailableDevices()
Returns an iterable collection of all devices currently available to the system.
|
Iterable<Device> |
DeviceService.getAvailableDevices()
Returns an iterable collection of all devices
currently available to the system.
|
Iterable<Device> |
DeviceStore.getDevices()
Returns an iterable collection of all devices known to the system.
|
Iterable<Device> |
DeviceService.getDevices()
Returns a collection of the currently known infrastructure
devices.
|
| Constructor and Description |
|---|
DeviceEvent(DeviceEvent.Type type,
Device device)
Creates an event of a given type and for the specified device and the
current time.
|
DeviceEvent(DeviceEvent.Type type,
Device device,
Port port)
Creates an event of a given type and for the specified device, port
and the current time.
|
DeviceEvent(DeviceEvent.Type type,
Device device,
Port port,
long time)
Creates an event of a given type and for the specified device and time.
|
| Constructor and Description |
|---|
DefaultGraphDescription(long nanos,
Iterable<Device> devices,
Iterable<Link> links,
SparseAnnotations... annotations)
Creates a minimal topology graph description to allow core to construct
and process the topology graph.
|
Copyright © 2015. All rights reserved.