Class SchedConfUpdateInfo
java.lang.Object
org.apache.hadoop.yarn.webapp.dao.SchedConfUpdateInfo
Information for making scheduler configuration changes (supports adding,
removing, or updating a queue, as well as global scheduler conf changes).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAddQueueInfo(ArrayList<QueueConfigInfo> addQueueInfo) voidsetGlobalParams(HashMap<String, String> globalInfo) voidsetRemoveQueueInfo(ArrayList<String> removeQueueInfo) voidsetSubClusterId(String subClusterId) voidsetUpdateQueueInfo(ArrayList<QueueConfigInfo> updateQueueInfo)
-
Constructor Details
-
SchedConfUpdateInfo
public SchedConfUpdateInfo()
-
-
Method Details
-
getAddQueueInfo
-
setAddQueueInfo
-
getRemoveQueueInfo
-
setRemoveQueueInfo
-
getUpdateQueueInfo
-
setUpdateQueueInfo
-
getGlobalParams
-
setGlobalParams
-
getSubClusterId
-
setSubClusterId
-