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

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

public class NodeToLabelsInfo
extends Object


Field Summary
protected  HashMap<String,NodeLabelsInfo> nodeToLabels
           
 
Constructor Summary
NodeToLabelsInfo()
           
 
Method Summary
 HashMap<String,NodeLabelsInfo> getNodeToLabels()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeToLabels

protected HashMap<String,NodeLabelsInfo> nodeToLabels
Constructor Detail

NodeToLabelsInfo

public NodeToLabelsInfo()
Method Detail

getNodeToLabels

public HashMap<String,NodeLabelsInfo> getNodeToLabels()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.