| Package | Description |
|---|---|
| etri.sdn.controller.module.devicemanager |
| Modifier and Type | Field and Description |
|---|---|
private Devices |
OFMDeviceManager.devices
All the devices that you want.
|
private Devices |
DeviceIdIterator.devices |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.concurrent.atomic.AtomicReference<Devices> |
Devices.instanceRef |
| Modifier and Type | Method and Description |
|---|---|
static Devices |
Devices.getInstance()
Returns the instance of Devices class
|
static Devices |
Devices.getInstance(ITopologyService topo,
IEntityClassifierService clf)
Returns the instance of
Devices class. |
| Constructor and Description |
|---|
DeviceIdIterator(Devices devices,
java.util.Iterator<java.lang.Long> subIterator)
Construct a new device index iterator referring to a device manager
instance and an iterator over device keys
|