Open Kilda Java Documentation
org.openkilda.testing.service.floodlight.FloodlightService Interface Reference
Inheritance diagram for org.openkilda.testing.service.floodlight.FloodlightService:
org.openkilda.testing.service.floodlight.FloodlightServiceImpl

Public Member Functions

String addStaticFlow (StaticFlowEntry flow)
 
String getAliveStatus ()
 
List< CoreFlowEntrygetCoreFlows (SwitchId dpId)
 
DpIdEntriesList getStaticEntries (SwitchId dpId)
 
List< SwitchEntrygetSwitches ()
 
FlowEntriesMap getFlows (SwitchId dpid)
 
MetersEntriesMap getMeters (SwitchId dpid)
 

Detailed Description

Definition at line 28 of file FloodlightService.java.

Member Function Documentation

◆ addStaticFlow()

String org.openkilda.testing.service.floodlight.FloodlightService.addStaticFlow ( StaticFlowEntry  flow)

◆ getAliveStatus()

String org.openkilda.testing.service.floodlight.FloodlightService.getAliveStatus ( )

◆ getCoreFlows()

List<CoreFlowEntry> org.openkilda.testing.service.floodlight.FloodlightService.getCoreFlows ( SwitchId  dpId)

◆ getFlows()

FlowEntriesMap org.openkilda.testing.service.floodlight.FloodlightService.getFlows ( SwitchId  dpid)

◆ getMeters()

MetersEntriesMap org.openkilda.testing.service.floodlight.FloodlightService.getMeters ( SwitchId  dpid)

◆ getStaticEntries()

DpIdEntriesList org.openkilda.testing.service.floodlight.FloodlightService.getStaticEntries ( SwitchId  dpId)

◆ getSwitches()

List<SwitchEntry> org.openkilda.testing.service.floodlight.FloodlightService.getSwitches ( )

The documentation for this interface was generated from the following file: