Package | Description |
---|---|
etri.sdn.controller.module.devicemanager |
Modifier and Type | Class and Description |
---|---|
class |
OFMDefaultEntityClassifier
This is a default entity classifier that simply classifies all
entities into a fixed entity class, with key fields of MAC and VLAN.
|
Modifier and Type | Field and Description |
---|---|
IEntityClassifierService |
Devices.classifier |
private IEntityClassifierService |
OFMDeviceManager.entityClassifier |
private static IEntityClassifierService |
OFMDeviceManager.entityClassifierServiceCache |
Modifier and Type | Method and Description |
---|---|
static IEntityClassifierService |
OFMDeviceManager.getEntityClassifierServiceRef() |
Modifier and Type | Method and Description |
---|---|
static Devices |
Devices.getInstance(ITopologyService topo,
IEntityClassifierService clf)
Returns the instance of
Devices class. |
Constructor and Description |
---|
Devices(ITopologyService topo,
IEntityClassifierService clf)
Constructor
|