![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
RouteAction (IKildaBolt bolt, Tuple tuple, String topologyName, Map< String, String > endpoint) | |
![]() | |
AbstractAction (IKildaBolt bolt, Tuple tuple) | |
void | run () |
IKildaBolt | getBolt () |
Tuple | getTuple () |
Protected Member Functions | |
void | handle () throws MessageFormatException, JsonProcessingException |
![]() | |
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.