![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| String | addStaticFlow (StaticFlowEntry flow) |
| String | getAliveStatus () |
| List< CoreFlowEntry > | getCoreFlows (SwitchId dpId) |
| DpIdEntriesList | getStaticEntries (SwitchId dpId) |
| List< SwitchEntry > | getSwitches () |
| FlowEntriesMap | getFlows (SwitchId dpid) |
| MetersEntriesMap | getMeters (SwitchId dpid) |
Definition at line 28 of file FloodlightService.java.
| String org.openkilda.testing.service.floodlight.FloodlightService.addStaticFlow | ( | StaticFlowEntry | flow | ) |
Implemented in org.openkilda.testing.service.floodlight.FloodlightServiceImpl.
| String org.openkilda.testing.service.floodlight.FloodlightService.getAliveStatus | ( | ) |
Implemented in org.openkilda.testing.service.floodlight.FloodlightServiceImpl.
| List<CoreFlowEntry> org.openkilda.testing.service.floodlight.FloodlightService.getCoreFlows | ( | SwitchId | dpId | ) |
Implemented in org.openkilda.testing.service.floodlight.FloodlightServiceImpl.
| FlowEntriesMap org.openkilda.testing.service.floodlight.FloodlightService.getFlows | ( | SwitchId | dpid | ) |
Implemented in org.openkilda.testing.service.floodlight.FloodlightServiceImpl.
| MetersEntriesMap org.openkilda.testing.service.floodlight.FloodlightService.getMeters | ( | SwitchId | dpid | ) |
Implemented in org.openkilda.testing.service.floodlight.FloodlightServiceImpl.
| DpIdEntriesList org.openkilda.testing.service.floodlight.FloodlightService.getStaticEntries | ( | SwitchId | dpId | ) |
Implemented in org.openkilda.testing.service.floodlight.FloodlightServiceImpl.
| List<SwitchEntry> org.openkilda.testing.service.floodlight.FloodlightService.getSwitches | ( | ) |
Implemented in org.openkilda.testing.service.floodlight.FloodlightServiceImpl.