stream.storm
Class MonitorBolt

java.lang.Object
  extended by backtype.storm.topology.base.BaseComponent
      extended by backtype.storm.topology.base.BaseRichBolt
          extended by stream.storm.AbstractBolt
              extended by stream.storm.ProcessBolt
                  extended by stream.storm.MonitorBolt
All Implemented Interfaces:
backtype.storm.task.IBolt, backtype.storm.topology.IComponent, backtype.storm.topology.IRichBolt, Serializable

public class MonitorBolt
extends ProcessBolt

Author:
chris
See Also:
Serialized Form

Field Summary
 
Fields inherited from class stream.storm.AbstractBolt
output, uuid, xmlConfig
 
Constructor Summary
MonitorBolt(String xmlConfig, String uuid)
           
 
Method Summary
 
Methods inherited from class stream.storm.ProcessBolt
execute, prepare
 
Methods inherited from class stream.storm.AbstractBolt
declareOutputFields
 
Methods inherited from class backtype.storm.topology.base.BaseRichBolt
cleanup
 
Methods inherited from class backtype.storm.topology.base.BaseComponent
getComponentConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface backtype.storm.topology.IComponent
getComponentConfiguration
 

Constructor Detail

MonitorBolt

public MonitorBolt(String xmlConfig,
                   String uuid)


Copyright © 2012. All Rights Reserved.