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 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 | Method and Description |
---|---|
ResourceInfo |
RMWebServiceProtocol.updateNodeResource(javax.servlet.http.HttpServletRequest hsr,
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,
String nodeId,
ResourceOptionInfo resourceOption) |
Modifier and Type | Field and Description |
---|---|
protected ResourceInfo |
CapacitySchedulerLeafQueueInfo.AMResourceLimit |
protected ResourceInfo |
NodeInfo.availableResource |
protected ResourceInfo |
SchedulerInfo.maxAllocResource |
protected ResourceInfo |
CapacitySchedulerQueueInfo.maxEffectiveCapacity |
protected ResourceInfo |
CapacitySchedulerQueueInfo.maximumAllocation |
protected ResourceInfo |
CapacitySchedulerInfo.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 and Description |
---|---|
ResourceInfo |
PartitionResourcesInfo.getAMLimit() |
ResourceInfo |
FairSchedulerQueueInfo.getAMMaxResources() |
ResourceInfo |
CapacitySchedulerLeafQueueInfo.getAMResourceLimit() |
ResourceInfo |
PartitionResourcesInfo.getAmUsed() |
ResourceInfo |
FairSchedulerQueueInfo.getAMUsedResources() |
ResourceInfo |
NodeInfo.getAvailableResource() |
ResourceInfo |
ResourceRequestInfo.getCapability() |
ResourceInfo |
ReservationRequestInfo.getCapability() |
ResourceInfo |
PartitionQueueCapacitiesInfo.getConfiguredMaxResource() |
ResourceInfo |
PartitionQueueCapacitiesInfo.getConfiguredMinResource() |
ResourceInfo |
FairSchedulerQueueInfo.getDemandResources() |
ResourceInfo |
PartitionQueueCapacitiesInfo.getEffectiveMaxResource() |
ResourceInfo |
PartitionQueueCapacitiesInfo.getEffectiveMinResource() |
ResourceInfo |
FairSchedulerQueueInfo.getFairShare()
Returns the fair share of this queue in megabytes
|
ResourceInfo |
SchedulerInfo.getMaxAllocation() |
ResourceInfo |
FairSchedulerQueueInfo.getMaxContainerAllocation() |
ResourceInfo |
CapacitySchedulerQueueInfo.getMaxEffectiveCapacity() |
ResourceInfo |
CapacitySchedulerQueueInfo.getMaximumAllocation() |
ResourceInfo |
CapacitySchedulerInfo.getMaximumAllocation() |
ResourceInfo |
NewApplication.getMaximumResourceCapability() |
ResourceInfo |
FairSchedulerQueueInfo.getMaxResources() |
ResourceInfo |
SchedulerInfo.getMinAllocation() |
ResourceInfo |
CapacitySchedulerQueueInfo.getMinEffectiveCapacity() |
ResourceInfo |
FairSchedulerQueueInfo.getMinResources() |
ResourceInfo |
PartitionResourcesInfo.getPending() |
ResourceInfo |
PartitionResourcesInfo.getReserved() |
ResourceInfo |
FairSchedulerQueueInfo.getReservedResources() |
ResourceInfo |
ResourceAllocationInfo.getResource() |
ResourceInfo |
ApplicationSubmissionContextInfo.getResource() |
ResourceInfo |
CapacitySchedulerHealthInfo.LastRunDetails.getResources() |
ResourceInfo |
CapacitySchedulerQueueInfo.getResourcesUsed() |
ResourceInfo |
FairSchedulerQueueInfo.getSteadyFairShare()
Returns the steady fair share of this queue in megabytes.
|
ResourceInfo |
ClusterMetricsInfo.getTotalClusterResourcesAcrossPartition() |
ResourceInfo |
NodeInfo.getTotalResource() |
ResourceInfo |
ClusterMetricsInfo.getTotalUsedResourcesAcrossPartition() |
ResourceInfo |
PartitionResourcesInfo.getUsed() |
ResourceInfo |
CapacitySchedulerLeafQueueInfo.getUsedAMResource() |
ResourceInfo |
NodeInfo.getUsedResource() |
ResourceInfo |
FairSchedulerQueueInfo.getUsedResources() |
ResourceInfo |
PartitionResourcesInfo.getUserAmLimit() |
ResourceInfo |
CapacitySchedulerLeafQueueInfo.getUserAMResourceLimit() |
Modifier and Type | Method and Description |
---|---|
void |
PartitionResourcesInfo.setAMLimit(ResourceInfo amLimit) |
void |
PartitionResourcesInfo.setAmUsed(ResourceInfo amResourceUsed) |
void |
NodeInfo.setAvailableResource(ResourceInfo avail) |
void |
ResourceRequestInfo.setCapability(ResourceInfo capability) |
void |
ReservationRequestInfo.setCapability(ResourceInfo capability) |
void |
PartitionResourcesInfo.setPending(ResourceInfo pending) |
void |
PartitionResourcesInfo.setReserved(ResourceInfo reserved) |
void |
ResourceAllocationInfo.setResource(ResourceInfo newResource) |
void |
ApplicationSubmissionContextInfo.setResource(ResourceInfo resource) |
void |
NodeInfo.setTotalResource(ResourceInfo total) |
void |
PartitionResourcesInfo.setUsed(ResourceInfo used) |
void |
NodeInfo.setUsedResource(ResourceInfo used) |
void |
PartitionResourcesInfo.setUserAmLimit(ResourceInfo userAmLimit) |
Constructor and Description |
---|
NewApplication(String appId,
ResourceInfo maxResources) |
PartitionResourcesInfo(String partitionName,
ResourceInfo used,
ResourceInfo reserved,
ResourceInfo pending,
ResourceInfo amResourceUsed,
ResourceInfo amResourceLimit,
ResourceInfo perUserAmResourceLimit) |
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.