Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.GetNodesToLabelsResponse

Packages that use GetNodesToLabelsResponse
org.apache.hadoop.yarn.api   
org.apache.hadoop.yarn.api.protocolrecords   
 

Uses of GetNodesToLabelsResponse in org.apache.hadoop.yarn.api
 

Methods in org.apache.hadoop.yarn.api that return GetNodesToLabelsResponse
 GetNodesToLabelsResponse ApplicationClientProtocol.getNodeToLabels(GetNodesToLabelsRequest request)
           The interface used by client to get node to labels mappings in existing cluster
 

Uses of GetNodesToLabelsResponse in org.apache.hadoop.yarn.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetNodesToLabelsResponse
static GetNodesToLabelsResponse GetNodesToLabelsResponse.newInstance(Map<NodeId,Set<String>> map)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.