Uses of Class
org.apache.storm.daemon.nimbus.TopologyResources
-
Packages that use TopologyResources Package Description org.apache.storm.daemon.nimbus org.apache.storm.scheduler -
-
Uses of TopologyResources in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus that return TopologyResources Modifier and Type Method Description TopologyResources
TopologyResources. add(TopologyResources other)
Add the values in other to this and return a combined resources object.Methods in org.apache.storm.daemon.nimbus with parameters of type TopologyResources Modifier and Type Method Description TopologyResources
TopologyResources. add(TopologyResources other)
Add the values in other to this and return a combined resources object. -
Uses of TopologyResources in org.apache.storm.scheduler
Methods in org.apache.storm.scheduler that return types with arguments of type TopologyResources Modifier and Type Method Description Map<String,TopologyResources>
Cluster. getTopologyResourcesMap()
Map<String,TopologyResources>
ISchedulingState. getTopologyResourcesMap()
Get the amount of resources used by topologies.
-