public class PartialCountBolt extends BaseBasicBolt
Partially count number of messages from EventHubs
| Constructor and Description |
|---|
PartialCountBolt() |
| Modifier and Type | Method and Description |
|---|---|
void |
declareOutputFields(OutputFieldsDeclarer declarer) |
void |
execute(Tuple tuple,
BasicOutputCollector collector) |
void |
prepare(Map stormConf,
TopologyContext context) |
cleanupgetComponentConfigurationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComponentConfigurationpublic void prepare(Map stormConf, TopologyContext context)
prepare in interface IBasicBoltprepare in class BaseBasicBoltpublic void execute(Tuple tuple, BasicOutputCollector collector)
public void declareOutputFields(OutputFieldsDeclarer declarer)
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.