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 | Class and Description |
---|---|
class |
FairSchedulerLeafQueueInfo |
Modifier and Type | Method and Description |
---|---|
FairSchedulerQueueInfo |
FairSchedulerQueueInfoList.getQueueInfo(int i) |
FairSchedulerQueueInfo |
FairSchedulerInfo.getRootQueueInfo() |
Modifier and Type | Method and Description |
---|---|
Collection<FairSchedulerQueueInfo> |
FairSchedulerQueueInfo.getChildQueues() |
ArrayList<FairSchedulerQueueInfo> |
FairSchedulerQueueInfoList.getQueueInfoList() |
Modifier and Type | Method and Description |
---|---|
boolean |
FairSchedulerQueueInfoList.addToQueueInfoList(FairSchedulerQueueInfo e) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.