| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity | |
| org.apache.hadoop.yarn.server.resourcemanager.webapp | |
| org.apache.hadoop.yarn.server.resourcemanager.webapp.dao |
This package contains the web data access objects (DAO) for the RM.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected ResourceInfo |
UserInfo.AMResourceUsed |
|
protected ResourceInfo |
UserInfo.resourcesUsed |
|
protected ResourceInfo |
UserInfo.userResourceLimit |
| Modifier and Type | Method | Description |
|---|---|---|
ResourceInfo |
UserInfo.getAMResourcesUsed() |
|
ResourceInfo |
UserInfo.getResourcesUsed() |
|
ResourceInfo |
UserInfo.getUserResourceLimit() |
| Modifier and Type | Method | Description |
|---|---|---|
ResourceInfo |
RMWebServiceProtocol.updateNodeResource(javax.servlet.http.HttpServletRequest hsr,
java.lang.String nodeId,
ResourceOptionInfo resourceOption) |
This method changes the resources of a specific node, and it is reachable
by using
RMWSConsts.NODE_RESOURCE. |
ResourceInfo |
RMWebServices.updateNodeResource(javax.servlet.http.HttpServletRequest hsr,
java.lang.String nodeId,
ResourceOptionInfo resourceOption) |
| Modifier and Type | Field | Description |
|---|---|---|
protected ResourceInfo |
CapacitySchedulerLeafQueueInfo.AMResourceLimit |
|
protected ResourceInfo |
NodeInfo.availableResource |
|
protected ResourceInfo |
SchedulerInfo.maxAllocResource |
|
protected ResourceInfo |
CapacitySchedulerQueueInfo.maxEffectiveCapacity |
|
protected ResourceInfo |
CapacitySchedulerInfo.maximumAllocation |
|
protected ResourceInfo |
CapacitySchedulerQueueInfo.maximumAllocation |
|
protected ResourceInfo |
SchedulerInfo.minAllocResource |
|
protected ResourceInfo |
CapacitySchedulerQueueInfo.minEffectiveCapacity |
|
protected ResourceInfo |
CapacitySchedulerQueueInfo.resourcesUsed |
|
protected ResourceInfo |
CapacitySchedulerLeafQueueInfo.usedAMResource |
|
protected ResourceInfo |
NodeInfo.usedResource |
|
protected ResourceInfo |
CapacitySchedulerLeafQueueInfo.userAMResourceLimit |
| Modifier and Type | Method | Description |
|---|---|---|
void |
PartitionResourcesInfo.setAMLimit(ResourceInfo amLimit) |
|
void |
PartitionResourcesInfo.setAmUsed(ResourceInfo amResourceUsed) |
|
void |
NodeInfo.setAvailableResource(ResourceInfo avail) |
|
void |
ReservationRequestInfo.setCapability(ResourceInfo capability) |
|
void |
ResourceRequestInfo.setCapability(ResourceInfo capability) |
|
void |
PartitionResourcesInfo.setPending(ResourceInfo pending) |
|
void |
PartitionResourcesInfo.setReserved(ResourceInfo reserved) |
|
void |
ApplicationSubmissionContextInfo.setResource(ResourceInfo resource) |
|
void |
ResourceAllocationInfo.setResource(ResourceInfo newResource) |
|
void |
NodeInfo.setTotalResource(ResourceInfo total) |
|
void |
PartitionResourcesInfo.setUsed(ResourceInfo used) |
|
void |
NodeInfo.setUsedResource(ResourceInfo used) |
|
void |
PartitionResourcesInfo.setUserAmLimit(ResourceInfo userAmLimit) |
| Constructor | Description |
|---|---|
NewApplication(java.lang.String appId,
ResourceInfo maxResources) |
|
PartitionInfo(ResourceInfo resourceAvailable) |
|
PartitionResourcesInfo(java.lang.String partitionName,
ResourceInfo used,
ResourceInfo reserved,
ResourceInfo pending,
ResourceInfo amResourceUsed,
ResourceInfo amResourceLimit,
ResourceInfo perUserAmResourceLimit) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.