Package | Description |
---|---|
org.apache.storm.scheduler | |
org.apache.storm.scheduler.resource.strategies.scheduling |
Modifier and Type | Method and Description |
---|---|
Map<String,Component> |
TopologyDetails.getComponents()
Returns a representation of the non-system components of the topology graph Each Component object in the returning map is populated with the list of its parents, children and execs assigned to that component.
|
Modifier and Type | Method and Description |
---|---|
void |
Component.addChild(Component child)
Add a child link.
|
Modifier and Type | Method and Description |
---|---|
protected List<Component> |
BaseResourceAwareStrategy.getSpouts(TopologyDetails td)
Get a list of all the spouts in the topology.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.