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 TaddConfiguration(String config, Object value)TaddConfigurations(Map conf)TsetDebug(boolean debug)TsetMaxSpoutPending(Number val)TsetMaxTaskParallelism(Number val)TsetNumTasks(Number val)
-
-
-
Method Detail
-
setDebug
T setDebug(boolean debug)
-
-