Interface NormalizedResourcesWithMemory
- All Known Implementing Classes:
- NormalizedResourceOffer,- NormalizedResourceRequest
public interface NormalizedResourcesWithMemory
Intended for 
NormalizedResources wrappers that handle memory.- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturn true if any of the resources are > 0.voidclear()Set all resources to 0.double
- 
Method Details- 
getNormalizedResourcesNormalizedResources getNormalizedResources()
- 
getTotalMemoryMbdouble getTotalMemoryMb()
- 
clearvoid clear()Set all resources to 0.
- 
areAnyOverZeroboolean areAnyOverZero()Return true if any of the resources are > 0.
 
-