org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Class NodeLabelsInfo

java.lang.Object
  extended by org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.NodeLabelsInfo

public class NodeLabelsInfo
extends Object


Field Summary
protected  ArrayList<String> nodeLabels
           
 
Constructor Summary
NodeLabelsInfo()
           
NodeLabelsInfo(ArrayList<String> nodeLabels)
           
NodeLabelsInfo(Set<String> nodeLabelsSet)
           
 
Method Summary
 ArrayList<String> getNodeLabels()
           
 void setNodeLabels(ArrayList<String> nodeLabels)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeLabels

protected ArrayList<String> nodeLabels
Constructor Detail

NodeLabelsInfo

public NodeLabelsInfo()

NodeLabelsInfo

public NodeLabelsInfo(ArrayList<String> nodeLabels)

NodeLabelsInfo

public NodeLabelsInfo(Set<String> nodeLabelsSet)
Method Detail

getNodeLabels

public ArrayList<String> getNodeLabels()

setNodeLabels

public void setNodeLabels(ArrayList<String> nodeLabels)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.