public class TestPrintBolt extends BaseBasicBolt
Prints the tuples to stdout
Constructor and Description |
---|
TestPrintBolt() |
Modifier and Type | Method and Description |
---|---|
void |
declareOutputFields(OutputFieldsDeclarer ofd) |
void |
execute(Tuple tuple,
BasicOutputCollector collector) |
cleanup, prepare
getComponentConfiguration
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getComponentConfiguration
public void execute(Tuple tuple, BasicOutputCollector collector)
public void declareOutputFields(OutputFieldsDeclarer ofd)
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.