![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| CtrlAction (ICtrlBolt bolt, Tuple tuple) | |
| Boolean | getHandled () |
| String | getStreamId () |
| ICtrlBolt | getBolt () |
Public Member Functions inherited from org.openkilda.wfm.AbstractAction | |
| AbstractAction (IKildaBolt bolt, Tuple tuple) | |
| void | run () |
| IKildaBolt | getBolt () |
| Tuple | getTuple () |
Static Public Member Functions | |
| static boolean | boltHandlerEntrance (ICtrlBolt bolt, Tuple tuple) |
Protected Member Functions | |
| void | handle () throws MessageFormatException, UnsupportedActionException |
| void | commit () |
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 10 of file CtrlAction.java.
| org.openkilda.wfm.ctrl.CtrlAction.CtrlAction | ( | ICtrlBolt | bolt, |
| Tuple | tuple | ||
| ) |
Definition at line 14 of file CtrlAction.java.
|
static |
Definition at line 78 of file CtrlAction.java.
|
protected |
Definition at line 57 of file CtrlAction.java.
| ICtrlBolt org.openkilda.wfm.ctrl.CtrlAction.getBolt | ( | ) |
Definition at line 73 of file CtrlAction.java.
| Boolean org.openkilda.wfm.ctrl.CtrlAction.getHandled | ( | ) |
Definition at line 64 of file CtrlAction.java.
| String org.openkilda.wfm.ctrl.CtrlAction.getStreamId | ( | ) |
Definition at line 68 of file CtrlAction.java.
|
protected |
Definition at line 20 of file CtrlAction.java.