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