public class HiveBolt extends BaseRichBolt
Constructor and Description |
---|
HiveBolt(HiveOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
void |
declareOutputFields(OutputFieldsDeclarer declarer) |
void |
execute(Tuple tuple) |
Map<String,Object> |
getComponentConfiguration() |
void |
prepare(Map conf,
TopologyContext topologyContext,
OutputCollector collector) |
public HiveBolt(HiveOptions options)
public void prepare(Map conf, TopologyContext topologyContext, OutputCollector collector)
public void execute(Tuple tuple)
public void declareOutputFields(OutputFieldsDeclarer declarer)
public void cleanup()
cleanup
in interface IBolt
cleanup
in class BaseRichBolt
public Map<String,Object> getComponentConfiguration()
getComponentConfiguration
in interface IComponent
getComponentConfiguration
in class BaseComponent
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.