public abstract class AbstractBolt
extends backtype.storm.topology.base.BaseRichBolt
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
protected backtype.storm.task.OutputCollector |
output |
private static long |
serialVersionUID
The unique class ID
|
protected String |
uuid |
protected String |
xmlConfig |
| Constructor and Description |
|---|
AbstractBolt(String xmlConfig,
String uuid) |
private static final long serialVersionUID
protected static org.slf4j.Logger log
protected backtype.storm.task.OutputCollector output
protected final String xmlConfig
protected final String uuid
Copyright © 2013. All Rights Reserved.