Class DefaultQueueResourceRoundingStrategy

java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.DefaultQueueResourceRoundingStrategy
All Implemented Interfaces:
QueueResourceRoundingStrategy

public class DefaultQueueResourceRoundingStrategy extends Object implements QueueResourceRoundingStrategy
The default rounding strategy for resource calculation. Uses floor for all types except WEIGHT, which is always the last type to consider, therefore it is safe to round up.