|
| void | prepare (Map map, TopologyContext topologyContext, OutputCollector outputCollector) |
| |
| void | execute (Tuple tuple) |
| |
| void | declareOutputFields (OutputFieldsDeclarer outputFieldsDeclarer) |
| |
Definition at line 47 of file CommandBolt.java.
◆ declareOutputFields()
| void org.openkilda.simulator.bolts.CommandBolt.declareOutputFields |
( |
OutputFieldsDeclarer |
outputFieldsDeclarer | ) |
|
◆ execute()
| void org.openkilda.simulator.bolts.CommandBolt.execute |
( |
Tuple |
tuple | ) |
|
◆ getJson()
| String org.openkilda.simulator.bolts.CommandBolt.getJson |
( |
Tuple |
tuple | ) |
|
|
protected |
◆ getType()
| String org.openkilda.simulator.bolts.CommandBolt.getType |
( |
String |
json | ) |
throws Exception |
|
protected |
◆ prepare()
| void org.openkilda.simulator.bolts.CommandBolt.prepare |
( |
Map |
map, |
|
|
TopologyContext |
topologyContext, |
|
|
OutputCollector |
outputCollector |
|
) |
| |
◆ processCommand()
| void org.openkilda.simulator.bolts.CommandBolt.processCommand |
( |
Tuple |
tuple | ) |
throws Exception |
|
protected |
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/wfm/src/main/java/org/openkilda/simulator/bolts/CommandBolt.java