|
| void | execute (Tuple input) |
| |
| void | prepare (Map stormConf, TopologyContext context, OutputCollector collector) |
| |
Definition at line 29 of file AbstractBolt.java.
◆ execute()
| void org.openkilda.wfm.AbstractBolt.execute |
( |
Tuple |
input | ) |
|
◆ getOutput()
| OutputCollector org.openkilda.wfm.AbstractBolt.getOutput |
( |
| ) |
|
|
protected |
◆ handleInput()
| abstract void org.openkilda.wfm.AbstractBolt.handleInput |
( |
Tuple |
input | ) |
throws AbstractException |
|
abstractprotected |
◆ prepare()
| void org.openkilda.wfm.AbstractBolt.prepare |
( |
Map |
stormConf, |
|
|
TopologyContext |
context, |
|
|
OutputCollector |
collector |
|
) |
| |
◆ unhandledInput()
| void org.openkilda.wfm.AbstractBolt.unhandledInput |
( |
Tuple |
input | ) |
|
|
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/wfm/AbstractBolt.java