Package | Description |
---|---|
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 QueueCapacityVectorInfo |
CapacitySchedulerInfo.queueCapacityVectorInfo |
Modifier and Type | Method and Description |
---|---|
QueueCapacityVectorInfo |
PartitionQueueCapacitiesInfo.getQueueCapacityVectorInfo() |
Modifier and Type | Method and Description |
---|---|
void |
PartitionQueueCapacitiesInfo.setQueueCapacityVectorInfo(QueueCapacityVectorInfo queueCapacityVectorInfo) |
Constructor and Description |
---|
PartitionQueueCapacitiesInfo(String partitionName,
QueueCapacityVectorInfo queueCapacityVectorInfo,
float capacity,
float usedCapacity,
float maxCapacity,
float absCapacity,
float absUsedCapacity,
float absMaxCapacity,
float maxAMLimitPercentage,
float weight,
float normalizedWeight,
org.apache.hadoop.yarn.api.records.Resource confMinRes,
org.apache.hadoop.yarn.api.records.Resource confMaxRes,
org.apache.hadoop.yarn.api.records.Resource effMinRes,
org.apache.hadoop.yarn.api.records.Resource effMaxRes) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.