Uses of Interface
org.apache.storm.scheduler.resource.normalization.NormalizedResourcesWithMemory
-
Packages that use NormalizedResourcesWithMemory Package Description org.apache.storm.scheduler.resource.normalization -
-
Uses of NormalizedResourcesWithMemory in org.apache.storm.scheduler.resource.normalization
Classes in org.apache.storm.scheduler.resource.normalization that implement NormalizedResourcesWithMemory Modifier and Type Class Description class
NormalizedResourceOffer
An offer of resources with normalized resource names.class
NormalizedResourceRequest
A resource request with normalized resource names.Methods in org.apache.storm.scheduler.resource.normalization with parameters of type NormalizedResourcesWithMemory Modifier and Type Method Description void
NormalizedResourceOffer. add(NormalizedResourcesWithMemory other)
boolean
NormalizedResourceOffer. couldHoldIgnoringSharedMemory(NormalizedResourcesWithMemory other)
Check if resources might be able to fit.boolean
NormalizedResourceOffer. couldHoldIgnoringSharedMemoryAndCpu(NormalizedResourcesWithMemory other)
boolean
NormalizedResourceOffer. remove(NormalizedResourcesWithMemory other)
boolean
NormalizedResourceOffer. remove(NormalizedResourcesWithMemory other, ResourceMetrics resourceMetrics)
Remove the resources in other from this.
-