Converter of floodlight switch representation net.floodlightcontroller.core.IOFSwitch.
Definition at line 35 of file IofSwitchConverter.java.
◆ buildSwitchInfoData()
static SwitchInfoData org.openkilda.floodlight.converter.IofSwitchConverter.buildSwitchInfoData |
( |
IOFSwitch |
sw, |
|
|
SwitchState |
eventType |
|
) |
| |
|
static |
Transforms IOFSwitch to object that is used throughout kilda in all components.
- Parameters
-
sw | switch data. |
eventType | switch state. |
- Returns
- converted switch.
Definition at line 44 of file IofSwitchConverter.java.
◆ buildSwitchInfoDataExtended()
static SwitchInfoExtendedData org.openkilda.floodlight.converter.IofSwitchConverter.buildSwitchInfoDataExtended |
( |
IOFSwitch |
sw, |
|
|
SwitchState |
eventType, |
|
|
OFFlowStatsReply |
flowStats |
|
) |
| |
|
static |
Transforms IOFSwitch to object that is used throughout kilda in all components.
- Parameters
-
sw | switch data. |
eventType | switch state. |
flowStats | installed flows. |
- Returns
- converted switch.
Definition at line 72 of file IofSwitchConverter.java.
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/floodlight-modules/src/main/java/org/openkilda/floodlight/converter/IofSwitchConverter.java