![]() |
Open Kilda Java Documentation
|
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< CoreFlowEntry > | listCoreFlows (String dpId) throws FloodlightQueryException, DpIdNotFoundException |
| boolean | isAlive () |
| SwitchEntry | getSwitchPorts (String switchId) throws FloodlightQueryException |
Definition at line 27 of file ControllerUtils.java.
| org.openkilda.atdd.utils.controller.ControllerUtils.ControllerUtils | ( | ) | throws DockerCertificateException, DockerException, InterruptedException |
Definition at line 31 of file ControllerUtils.java.
| void org.openkilda.atdd.utils.controller.ControllerUtils.addStaticFlow | ( | StaticFlowEntry | flow | ) | throws JsonProcessingException, FloodlightQueryException |
Definition at line 40 of file ControllerUtils.java.
| SwitchEntry org.openkilda.atdd.utils.controller.ControllerUtils.getSwitchPorts | ( | String | switchId | ) | throws FloodlightQueryException |
Returns switch port informations.
Definition at line 143 of file ControllerUtils.java.
| boolean org.openkilda.atdd.utils.controller.ControllerUtils.isAlive | ( | ) |
Definition at line 121 of file ControllerUtils.java.
| List<CoreFlowEntry> org.openkilda.atdd.utils.controller.ControllerUtils.listCoreFlows | ( | String | dpId | ) | throws FloodlightQueryException, DpIdNotFoundException |
Definition at line 86 of file ControllerUtils.java.
| DpIdEntriesList org.openkilda.atdd.utils.controller.ControllerUtils.listStaticEntries | ( | String | dpId | ) | throws FloodlightQueryException |
Definition at line 58 of file ControllerUtils.java.
| DpIdEntriesList org.openkilda.atdd.utils.controller.ControllerUtils.listStaticEntries | ( | ) | throws FloodlightQueryException |
Definition at line 82 of file ControllerUtils.java.
| void org.openkilda.atdd.utils.controller.ControllerUtils.restart | ( | ) | throws DockerException, InterruptedException |
Definition at line 35 of file ControllerUtils.java.