Open Kilda Java Documentation
org.openkilda.atdd.utils.controller.ControllerUtils Class Reference

Public Member Functions

 ControllerUtils () throws DockerCertificateException, DockerException, InterruptedException
 
void restart () throws DockerException, InterruptedException
 
void addStaticFlow (StaticFlowEntry flow) throws JsonProcessingException, FloodlightQueryException
 
DpIdEntriesList listStaticEntries (String dpId) throws FloodlightQueryException
 
DpIdEntriesList listStaticEntries () throws FloodlightQueryException
 
List< CoreFlowEntrylistCoreFlows (String dpId) throws FloodlightQueryException, DpIdNotFoundException
 
boolean isAlive ()
 
SwitchEntry getSwitchPorts (String switchId) throws FloodlightQueryException
 

Detailed Description

Definition at line 27 of file ControllerUtils.java.

Constructor & Destructor Documentation

◆ ControllerUtils()

org.openkilda.atdd.utils.controller.ControllerUtils.ControllerUtils ( ) throws DockerCertificateException, DockerException, InterruptedException

Definition at line 31 of file ControllerUtils.java.

Member Function Documentation

◆ addStaticFlow()

void org.openkilda.atdd.utils.controller.ControllerUtils.addStaticFlow ( StaticFlowEntry  flow) throws JsonProcessingException, FloodlightQueryException

Definition at line 40 of file ControllerUtils.java.

◆ getSwitchPorts()

SwitchEntry org.openkilda.atdd.utils.controller.ControllerUtils.getSwitchPorts ( String  switchId) throws FloodlightQueryException

Returns switch port informations.

Definition at line 143 of file ControllerUtils.java.

◆ isAlive()

boolean org.openkilda.atdd.utils.controller.ControllerUtils.isAlive ( )

Definition at line 121 of file ControllerUtils.java.

◆ listCoreFlows()

List<CoreFlowEntry> org.openkilda.atdd.utils.controller.ControllerUtils.listCoreFlows ( String  dpId) throws FloodlightQueryException, DpIdNotFoundException

Definition at line 86 of file ControllerUtils.java.

◆ listStaticEntries() [1/2]

DpIdEntriesList org.openkilda.atdd.utils.controller.ControllerUtils.listStaticEntries ( String  dpId) throws FloodlightQueryException

Definition at line 58 of file ControllerUtils.java.

◆ listStaticEntries() [2/2]

DpIdEntriesList org.openkilda.atdd.utils.controller.ControllerUtils.listStaticEntries ( ) throws FloodlightQueryException

Definition at line 82 of file ControllerUtils.java.

◆ restart()

void org.openkilda.atdd.utils.controller.ControllerUtils.restart ( ) throws DockerException, InterruptedException

Definition at line 35 of file ControllerUtils.java.


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