Package org.apache.storm.scheduler
Class Component
java.lang.Object
org.apache.storm.scheduler.Component
- 
Constructor SummaryConstructorsConstructorDescriptionComponent(ComponentType type, String compId, List<ExecutorDetails> execs, Map<GlobalStreamId, Grouping> inputs) Create a new component.
- 
Method Summary
- 
Constructor Details- 
Componentpublic Component(ComponentType type, String compId, List<ExecutorDetails> execs, Map<GlobalStreamId, Grouping> inputs) Create a new component.- Parameters:
- type- the type of component this is
- compId- the id of the component
- execs- the executors for this component.
 
 
- 
- 
Method Details