backtype.storm.topology
Class TopologyBuilder.ConfigGetter<T extends ComponentConfigurationDeclarer>

java.lang.Object
  extended by backtype.storm.topology.BaseConfigurationDeclarer<T>
      extended by backtype.storm.topology.TopologyBuilder.ConfigGetter<T>
All Implemented Interfaces:
ComponentConfigurationDeclarer<T>
Direct Known Subclasses:
TopologyBuilder.BoltGetter, TopologyBuilder.SpoutGetter
Enclosing class:
TopologyBuilder

protected class TopologyBuilder.ConfigGetter<T extends ComponentConfigurationDeclarer>
extends BaseConfigurationDeclarer<T>


Constructor Summary
TopologyBuilder.ConfigGetter(java.lang.String id)
           
 
Method Summary
 T addConfigurations(java.util.Map conf)
           
 
Methods inherited from class backtype.storm.topology.BaseConfigurationDeclarer
addConfiguration, setDebug, setMaxSpoutPending, setMaxTaskParallelism
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopologyBuilder.ConfigGetter

public TopologyBuilder.ConfigGetter(java.lang.String id)
Method Detail

addConfigurations

public T addConfigurations(java.util.Map conf)