Class QueueAllocationSettings
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.QueueAllocationSettings
This class determines minimum and maximum allocation settings based on the
CapacitySchedulerConfiguration and other queue
properties.-
Constructor Summary
ConstructorsConstructorDescriptionQueueAllocationSettings(org.apache.hadoop.yarn.api.records.Resource minimumAllocation) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.yarn.api.records.Resourceorg.apache.hadoop.yarn.api.records.Resource
-
Constructor Details
-
QueueAllocationSettings
public QueueAllocationSettings(org.apache.hadoop.yarn.api.records.Resource minimumAllocation)
-
-
Method Details
-
getMinimumAllocation
public org.apache.hadoop.yarn.api.records.Resource getMinimumAllocation() -
getMaximumAllocation
public org.apache.hadoop.yarn.api.records.Resource getMaximumAllocation()
-