public class LogInfoBolt extends BaseBasicBolt
Simple bolt that does nothing other than LOG.info() every tuple recieveed.
| Constructor and Description |
|---|
LogInfoBolt() |
| Modifier and Type | Method and Description |
|---|---|
void |
declareOutputFields(OutputFieldsDeclarer outputFieldsDeclarer) |
void |
execute(Tuple tuple,
BasicOutputCollector basicOutputCollector) |
cleanup, preparegetComponentConfigurationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComponentConfigurationpublic void execute(Tuple tuple, BasicOutputCollector basicOutputCollector)
public void declareOutputFields(OutputFieldsDeclarer outputFieldsDeclarer)
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.