|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object backtype.storm.testing.NonRichBoltTracker backtype.storm.testing.BoltTracker
public class BoltTracker
Constructor Summary | |
---|---|
BoltTracker(IRichBolt delegate,
java.lang.String id)
|
Method Summary | |
---|---|
void |
declareOutputFields(OutputFieldsDeclarer declarer)
Declare the output schema for all the streams of this topology. |
java.util.Map<java.lang.String,java.lang.Object> |
getComponentConfiguration()
Declare configuration specific to this component. |
Methods inherited from class backtype.storm.testing.NonRichBoltTracker |
---|
cleanup, execute, prepare |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface backtype.storm.task.IBolt |
---|
cleanup, execute, prepare |
Constructor Detail |
---|
public BoltTracker(IRichBolt delegate, java.lang.String id)
Method Detail |
---|
public void declareOutputFields(OutputFieldsDeclarer declarer)
IComponent
declareOutputFields
in interface IComponent
declarer
- this is used to declare output stream ids, output fields, and whether or not each output stream is a direct streampublic java.util.Map<java.lang.String,java.lang.Object> getComponentConfiguration()
IComponent
TopologyBuilder
getComponentConfiguration
in interface IComponent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |