|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbacktype.storm.topology.base.BaseComponent
backtype.storm.topology.base.BaseRichBolt
public abstract class BaseRichBolt
| Constructor Summary | |
|---|---|
BaseRichBolt()
|
|
| Method Summary | |
|---|---|
void |
cleanup()
Called when an IBolt is going to be shutdown. |
| Methods inherited from class backtype.storm.topology.base.BaseComponent |
|---|
getComponentConfiguration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface backtype.storm.task.IBolt |
|---|
execute, prepare |
| Methods inherited from interface backtype.storm.topology.IComponent |
|---|
declareOutputFields, getComponentConfiguration |
| Constructor Detail |
|---|
public BaseRichBolt()
| Method Detail |
|---|
public void cleanup()
IBoltThe one context where cleanup is guaranteed to be called is when a topology is killed when running Storm in local mode.
cleanup in interface IBolt
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||