Package org.apache.heron.api.topology
Interface ComponentConfigurationDeclarer<T extends ComponentConfigurationDeclarer<?>>
-
- All Known Implementing Classes:
BaseComponentDeclarer
,BaseConfigurationDeclarer
,BoltDeclarer
,SpoutDeclarer
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<String,Object> conf)
T
setDebug(boolean debug)
T
setMaxSpoutPending(Number val)
-