Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.QueueCapacityVector.QueueCapacityVectorEntry
Packages that use QueueCapacityVector.QueueCapacityVectorEntry
-
Uses of QueueCapacityVector.QueueCapacityVectorEntry in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that return QueueCapacityVector.QueueCapacityVectorEntryModifier and TypeMethodDescriptionCalculationContext.getCurrentMaximumCapacityEntry(String label) A shorthand to return the maximum capacity vector entry for the currently evaluated child and resource name.CalculationContext.getCurrentMinimumCapacityEntry(String label) A shorthand to return the minimum capacity vector entry for the currently evaluated child and resource name.QueueCapacityVector.getResource(String resourceName) Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that return types with arguments of type QueueCapacityVector.QueueCapacityVectorEntryMethods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type QueueCapacityVector.QueueCapacityVectorEntryModifier and TypeMethodDescriptiondoubleDefaultQueueResourceRoundingStrategy.getRoundedResource(double resourceValue, QueueCapacityVector.QueueCapacityVectorEntry capacityVectorEntry) doubleQueueResourceRoundingStrategy.getRoundedResource(double resourceValue, QueueCapacityVector.QueueCapacityVectorEntry capacityVectorEntry) Returns a whole number converted from the calculated resource value.