Package org.apache.storm.topology
Interface ComponentConfigurationDeclarer<T extends ComponentConfigurationDeclarer>
-
- All Known Subinterfaces:
BoltDeclarer
,SpoutDeclarer
- All Known Implementing Classes:
BoltDeclarerImpl
,SpoutDeclarerImpl
public interface ComponentConfigurationDeclarer<T extends ComponentConfigurationDeclarer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
addConfiguration(String config, Object value)
T
addConfigurations(Map conf)
T
setDebug(boolean debug)
T
setMaxSpoutPending(Number val)
T
setMaxTaskParallelism(Number val)
T
setNumTasks(Number val)
-
-
-
Method Detail
-
setDebug
T setDebug(boolean debug)
-
-