Class LogInfoBolt
java.lang.Object
org.apache.storm.topology.base.BaseComponent
org.apache.storm.topology.base.BaseBasicBolt
org.apache.storm.flux.wrappers.bolts.LogInfoBolt
- All Implemented Interfaces:
Serializable,IBasicBolt,IComponent
Simple bolt that does nothing other than LOG.info() every tuple recieveed.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeclareOutputFields(OutputFieldsDeclarer outputFieldsDeclarer) voidexecute(Tuple tuple, BasicOutputCollector basicOutputCollector) Methods inherited from class org.apache.storm.topology.base.BaseBasicBolt
cleanup, prepareMethods inherited from class org.apache.storm.topology.base.BaseComponent
getComponentConfigurationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.storm.topology.IComponent
getComponentConfiguration
-
Constructor Details
-
LogInfoBolt
public LogInfoBolt()
-
-
Method Details
-
execute
-
declareOutputFields
-