Package org.apache.storm.hive.bolt
Class HiveBolt
java.lang.Object
org.apache.storm.topology.base.BaseComponent
org.apache.storm.topology.base.BaseRichBolt
org.apache.storm.hive.bolt.HiveBolt
- All Implemented Interfaces:
Serializable,IBolt,IComponent,IRichBolt
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()voiddeclareOutputFields(OutputFieldsDeclarer declarer) voidvoidprepare(Map<String, Object> conf, TopologyContext topologyContext, OutputCollector collector)
-
Constructor Details
-
HiveBolt
-
-
Method Details
-
prepare
public void prepare(Map<String, Object> conf, TopologyContext topologyContext, OutputCollector collector) -
execute
-
declareOutputFields
-
cleanup
public void cleanup()- Specified by:
cleanupin interfaceIBolt- Overrides:
cleanupin classBaseRichBolt
-
getComponentConfiguration
- Specified by:
getComponentConfigurationin interfaceIComponent- Overrides:
getComponentConfigurationin classBaseComponent
-