Uses of Interface
org.apache.storm.scheduler.resource.normalization.NormalizedResourcesWithMemory
Packages that use NormalizedResourcesWithMemory
- 
Uses of NormalizedResourcesWithMemory in org.apache.storm.scheduler.resource.normalizationClasses in org.apache.storm.scheduler.resource.normalization that implement NormalizedResourcesWithMemoryModifier and TypeClassDescriptionclassAn offer of resources with normalized resource names.classA resource request with normalized resource names.Methods in org.apache.storm.scheduler.resource.normalization with parameters of type NormalizedResourcesWithMemoryModifier and TypeMethodDescriptionvoidNormalizedResourceOffer.add(NormalizedResourcesWithMemory other) booleanNormalizedResourceOffer.couldHoldIgnoringSharedMemory(NormalizedResourcesWithMemory other) Check if resources might be able to fit.booleanNormalizedResourceOffer.couldHoldIgnoringSharedMemoryAndCpu(NormalizedResourcesWithMemory other) booleanNormalizedResourceOffer.remove(NormalizedResourcesWithMemory other) booleanNormalizedResourceOffer.remove(NormalizedResourcesWithMemory other, ResourceMetrics resourceMetrics) Remove the resources in other from this.