Open Kilda Java Documentation
org.openkilda.wfm.ctrl.RouteAction Class Reference
Inheritance diagram for org.openkilda.wfm.ctrl.RouteAction:
org.openkilda.wfm.AbstractAction

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 ()
 

Detailed Description

Definition at line 20 of file RouteAction.java.

Constructor & Destructor Documentation

◆ RouteAction()

org.openkilda.wfm.ctrl.RouteAction.RouteAction ( IKildaBolt  bolt,
Tuple  tuple,
String  topologyName,
Map< String, String >  endpoint 
)

Definition at line 24 of file RouteAction.java.

Member Function Documentation

◆ handle()

void org.openkilda.wfm.ctrl.RouteAction.handle ( ) throws MessageFormatException, JsonProcessingException
protected

Definition at line 34 of file RouteAction.java.


The documentation for this class was generated from the following file: