Uses of Class
org.apache.storm.scheduler.resource.normalization.ResourceMetrics
-
Packages that use ResourceMetrics Package Description org.apache.storm.scheduler org.apache.storm.scheduler.resource.normalization -
-
Uses of ResourceMetrics in org.apache.storm.scheduler
Methods in org.apache.storm.scheduler that return ResourceMetrics Modifier and Type Method Description ResourceMetrics
Cluster. getResourceMetrics()
Constructors in org.apache.storm.scheduler with parameters of type ResourceMetrics Constructor Description Cluster(INimbus nimbus, ResourceMetrics resourceMetrics, Map<String,SupervisorDetails> supervisors, Map<String,? extends SchedulerAssignment> assignments, Topologies topologies, Map<String,Object> conf)
-
Uses of ResourceMetrics in org.apache.storm.scheduler.resource.normalization
Methods in org.apache.storm.scheduler.resource.normalization with parameters of type ResourceMetrics Modifier and Type Method Description boolean
NormalizedResourceOffer. remove(WorkerResources other, ResourceMetrics resourceMetrics)
Remove the resources in other from this.boolean
NormalizedResourceOffer. remove(NormalizedResourcesWithMemory other, ResourceMetrics resourceMetrics)
Remove the resources in other from this.boolean
NormalizedResources. remove(NormalizedResources other, ResourceMetrics resourceMetrics)
Remove the other resources from this.
-