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 IBoltcleanup in class BaseRichBoltpublic Map<String,Object> getComponentConfiguration()
getComponentConfiguration in interface IComponentgetComponentConfiguration in class BaseComponentCopyright © 2018 The Apache Software Foundation. All Rights Reserved.