Uses of Class
org.apache.storm.daemon.nimbus.TopologyResources
Packages that use TopologyResources
- 
Uses of TopologyResources in org.apache.storm.daemon.nimbusMethods 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.schedulerMethods 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.