org.apache.hadoop.yarn.api.protocolrecords
Class GetNodesToLabelsResponse
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetNodesToLabelsResponse
public abstract class GetNodesToLabelsResponse
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetNodesToLabelsResponse
public GetNodesToLabelsResponse()
newInstance
public static GetNodesToLabelsResponse newInstance(Map<NodeId,Set<String>> map)
setNodeToLabels
@InterfaceAudience.Public
@InterfaceStability.Evolving
public abstract void setNodeToLabels(Map<NodeId,Set<String>> map)
getNodeToLabels
@InterfaceAudience.Public
@InterfaceStability.Evolving
public abstract Map<NodeId,Set<String>> getNodeToLabels()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.