org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Class NodeLabelsInfo
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.NodeLabelsInfo
public class NodeLabelsInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nodeLabels
protected ArrayList<String> nodeLabels
NodeLabelsInfo
public NodeLabelsInfo()
NodeLabelsInfo
public NodeLabelsInfo(ArrayList<String> nodeLabels)
NodeLabelsInfo
public NodeLabelsInfo(Set<String> nodeLabelsSet)
getNodeLabels
public ArrayList<String> getNodeLabels()
setNodeLabels
public void setNodeLabels(ArrayList<String> nodeLabels)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.