|
Logger | logger = LoggerFactory.getLogger(BasicService.class) |
|
Definition at line 33 of file SwitchService.java.
◆ getRules() [1/2]
Get all rules from the switch. If cookie is specified, then return just that cookie rule.
- Parameters
-
switchId | the switch |
cookie | if > 0, then filter the results based on that cookie |
- Returns
- the list of rules
Implemented in org.openkilda.northbound.service.impl.SwitchServiceImpl.
◆ getRules() [2/2]
SwitchFlowEntries org.openkilda.northbound.service.SwitchService.getRules |
( |
SwitchId |
switchId, |
|
|
Long |
cookie, |
|
|
String |
correlationId |
|
) |
| |
Get all rules from the switch. If cookie is specified, then return just that cookie rule.
- Parameters
-
switchId | the switch |
cookie | if > 0, then filter the results based on that cookie |
correlationId | passed correlation id |
- Returns
- the list of rules
Implemented in org.openkilda.northbound.service.impl.SwitchServiceImpl.
◆ getSwitches()
List<SwitchDto> org.openkilda.northbound.service.SwitchService.getSwitches |
( |
| ) |
|
The documentation for this interface was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/northbound/src/main/java/org/openkilda/northbound/service/SwitchService.java