Package org.apache.storm.topology
Interface SpoutDeclarer
-
- All Superinterfaces:
ComponentConfigurationDeclarer<SpoutDeclarer>
,ResourceDeclarer<SpoutDeclarer>
- All Known Implementing Classes:
TopologyBuilder.SpoutGetter
public interface SpoutDeclarer extends ComponentConfigurationDeclarer<SpoutDeclarer>
-
-
Method Summary
-
Methods inherited from interface org.apache.storm.topology.ComponentConfigurationDeclarer
addConfiguration, addConfigurations, addResource, addResources, getComponentConfiguration, setDebug, setMaxSpoutPending, setMaxTaskParallelism, setNumTasks
-
Methods inherited from interface org.apache.storm.topology.ResourceDeclarer
addSharedMemory, setCPULoad, setMemoryLoad, setMemoryLoad
-
-