![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| RouteAction (IKildaBolt bolt, Tuple tuple, String topologyName, Map< String, String > endpoint) | |
Public Member Functions inherited from org.openkilda.wfm.AbstractAction | |
| AbstractAction (IKildaBolt bolt, Tuple tuple) | |
| void | run () |
| IKildaBolt | getBolt () |
| Tuple | getTuple () |
Protected Member Functions | |
| void | handle () throws MessageFormatException, JsonProcessingException |
Protected Member Functions inherited from org.openkilda.wfm.AbstractAction | |
| abstract void | handle () throws MessageFormatException, UnsupportedActionException, JsonProcessingException |
| Boolean | handleError (Exception e) |
| void | commit () |
| void | rollback () |
| OutputCollector | getOutputCollector () |
| Logger | getLogger () |
Definition at line 20 of file RouteAction.java.
| org.openkilda.wfm.ctrl.RouteAction.RouteAction | ( | IKildaBolt | bolt, |
| Tuple | tuple, | ||
| String | topologyName, | ||
| Map< String, String > | endpoint | ||
| ) |
Definition at line 24 of file RouteAction.java.
|
protected |
Definition at line 34 of file RouteAction.java.