public abstract class BaseComponentDeclarer<T extends ComponentConfigurationDeclarer> extends BaseConfigurationDeclarer<T>
| Constructor and Description |
|---|
BaseComponentDeclarer(java.lang.String name,
IComponent comp,
java.lang.Number taskParallelism) |
| Modifier and Type | Method and Description |
|---|---|
T |
addConfigurations(java.util.Map conf) |
void |
dump(TopologyAPI.Component.Builder bldr) |
protected java.lang.String |
getName() |
abstract T |
returnThis() |
addConfiguration, setDebug, setMaxSpoutPendingpublic BaseComponentDeclarer(java.lang.String name,
IComponent comp,
java.lang.Number taskParallelism)
public abstract T returnThis()
protected java.lang.String getName()
public T addConfigurations(java.util.Map conf)
public void dump(TopologyAPI.Component.Builder bldr)