public class GetNodesToLabelsResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetNodesToLabelsResponse
| Constructor and Description | 
|---|
| GetNodesToLabelsResponsePBImpl() | 
| GetNodesToLabelsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNodesToLabelsResponseProto proto) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| Map<org.apache.hadoop.yarn.api.records.NodeId,Set<String>> | getNodeToLabels() | 
| org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNodesToLabelsResponseProto | getProto() | 
| int | hashCode() | 
| void | setNodeToLabels(Map<org.apache.hadoop.yarn.api.records.NodeId,Set<String>> map) | 
public GetNodesToLabelsResponsePBImpl()
public GetNodesToLabelsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNodesToLabelsResponseProto proto)
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNodesToLabelsResponseProto getProto()
public Map<org.apache.hadoop.yarn.api.records.NodeId,Set<String>> getNodeToLabels()
getNodeToLabels in class org.apache.hadoop.yarn.api.protocolrecords.GetNodesToLabelsResponsepublic void setNodeToLabels(Map<org.apache.hadoop.yarn.api.records.NodeId,Set<String>> map)
setNodeToLabels in class org.apache.hadoop.yarn.api.protocolrecords.GetNodesToLabelsResponseCopyright © 2008–2023 Apache Software Foundation. All rights reserved.