Uses of Class
org.apache.storm.daemon.nimbus.TopologyResources
Packages that use TopologyResources
-
Uses of TopologyResources in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus that return TopologyResourcesModifier and TypeMethodDescriptionTopologyResources.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 TopologyResourcesModifier and TypeMethodDescriptionTopologyResources.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 TopologyResourcesModifier and TypeMethodDescriptionCluster.getTopologyResourcesMap()
ISchedulingState.getTopologyResourcesMap()
Get the amount of resources used by topologies.