Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity | |
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao |
Modifier and Type | Field and Description |
---|---|
protected ResourceInfo |
UserInfo.AMResourceUsed |
protected ResourceInfo |
UserInfo.resourcesUsed |
protected ResourceInfo |
UserInfo.userResourceLimit |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
UserInfo.getAMResourcesUsed() |
ResourceInfo |
UserInfo.getResourcesUsed() |
ResourceInfo |
UserInfo.getUserResourceLimit() |
Modifier and Type | Field and Description |
---|---|
protected ResourceInfo |
CapacitySchedulerLeafQueueInfo.AMResourceLimit |
protected ResourceInfo |
SchedulerInfo.maxAllocResource |
protected ResourceInfo |
SchedulerInfo.minAllocResource |
protected ResourceInfo |
CapacitySchedulerQueueInfo.resourcesUsed |
protected ResourceInfo |
CapacitySchedulerLeafQueueInfo.usedAMResource |
protected ResourceInfo |
CapacitySchedulerLeafQueueInfo.userAMResourceLimit |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
CapacitySchedulerLeafQueueInfo.getAMResourceLimit() |
ResourceInfo |
FairSchedulerQueueInfo.getFairShare()
Returns the fair share of this queue in megabytes
|
ResourceInfo |
SchedulerInfo.getMaxAllocation() |
ResourceInfo |
NewApplication.getMaximumResourceCapability() |
ResourceInfo |
FairSchedulerQueueInfo.getMaxResources() |
ResourceInfo |
SchedulerInfo.getMinAllocation() |
ResourceInfo |
FairSchedulerQueueInfo.getMinResources() |
ResourceInfo |
ApplicationSubmissionContextInfo.getResource() |
ResourceInfo |
CapacitySchedulerQueueInfo.getResourcesUsed() |
ResourceInfo |
FairSchedulerQueueInfo.getSteadyFairShare()
Returns the steady fair share of this queue in megabytes.
|
ResourceInfo |
CapacitySchedulerLeafQueueInfo.getUsedAMResource() |
ResourceInfo |
FairSchedulerQueueInfo.getUsedResources() |
ResourceInfo |
CapacitySchedulerLeafQueueInfo.getUserAMResourceLimit() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationSubmissionContextInfo.setResource(ResourceInfo resource) |
Constructor and Description |
---|
NewApplication(String appId,
ResourceInfo maxResources) |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.