Uses of Class
org.apache.hadoop.yarn.webapp.dao.QueueConfigInfo
Packages that use QueueConfigInfo
Package
Description
Data structures for scheduler configuration mutation info.
-
Uses of QueueConfigInfo in org.apache.hadoop.yarn.webapp.dao
Methods in org.apache.hadoop.yarn.webapp.dao that return types with arguments of type QueueConfigInfoModifier and TypeMethodDescriptionSchedConfUpdateInfo.getAddQueueInfo()SchedConfUpdateInfo.getUpdateQueueInfo()Method parameters in org.apache.hadoop.yarn.webapp.dao with type arguments of type QueueConfigInfoModifier and TypeMethodDescriptionvoidSchedConfUpdateInfo.setAddQueueInfo(ArrayList<QueueConfigInfo> addQueueInfo) voidSchedConfUpdateInfo.setUpdateQueueInfo(ArrayList<QueueConfigInfo> updateQueueInfo)