![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
ListAction (CtrlAction master, RouteMessage message) | |
![]() | |
CtrlEmbeddedAction (CtrlAction master, RouteMessage message) | |
![]() | |
AbstractEmbeddedAction (IKildaBolt bolt, Tuple tuple) | |
![]() | |
AbstractAction (IKildaBolt bolt, Tuple tuple) | |
void | run () |
IKildaBolt | getBolt () |
Tuple | getTuple () |
Protected Member Functions | |
void | handle () throws MessageFormatException, UnsupportedActionException, JsonProcessingException |
![]() | |
void | emitResponse (ResponseData payload) throws JsonProcessingException |
CtrlAction | getMaster () |
RouteMessage | getMessage () |
![]() | |
void | commit () |
![]() | |
abstract void | handle () throws MessageFormatException, UnsupportedActionException, JsonProcessingException |
Boolean | handleError (Exception e) |
void | commit () |
void | rollback () |
OutputCollector | getOutputCollector () |
Logger | getLogger () |
Definition at line 9 of file ListAction.java.
org.openkilda.wfm.ctrl.ListAction.ListAction | ( | CtrlAction | master, |
RouteMessage | message | ||
) |
Definition at line 11 of file ListAction.java.
|
protected |
Definition at line 16 of file ListAction.java.