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 List<PartitionQueueCapacitiesInfo> |
QueueCapacitiesInfo.queueCapacitiesByPartition |
Modifier and Type | Method and Description |
---|---|
PartitionQueueCapacitiesInfo |
QueueCapacitiesInfo.getPartitionQueueCapacitiesInfo(String partitionName) |
Modifier and Type | Method and Description |
---|---|
List<PartitionQueueCapacitiesInfo> |
QueueCapacitiesInfo.getQueueCapacitiesByPartition() |
Modifier and Type | Method and Description |
---|---|
void |
QueueCapacitiesInfo.add(PartitionQueueCapacitiesInfo partitionQueueCapacitiesInfo) |
Modifier and Type | Method and Description |
---|---|
void |
QueueCapacitiesInfo.setQueueCapacitiesByPartition(List<PartitionQueueCapacitiesInfo> capacities) |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.