public class GetNodesToAttributesResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetNodesToAttributesResponse
| Constructor | Description |
|---|---|
GetNodesToAttributesResponsePBImpl() |
|
GetNodesToAttributesResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNodesToAttributesResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
java.util.Map<java.lang.String,java.util.Set<org.apache.hadoop.yarn.api.records.NodeAttribute>> |
getNodeToAttributes() |
|
org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNodesToAttributesResponseProto |
getProto() |
|
int |
hashCode() |
|
void |
setNodeToAttributes(java.util.Map<java.lang.String,java.util.Set<org.apache.hadoop.yarn.api.records.NodeAttribute>> map) |
public GetNodesToAttributesResponsePBImpl()
public GetNodesToAttributesResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNodesToAttributesResponseProto proto)
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNodesToAttributesResponseProto getProto()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic void setNodeToAttributes(java.util.Map<java.lang.String,java.util.Set<org.apache.hadoop.yarn.api.records.NodeAttribute>> map)
setNodeToAttributes in class org.apache.hadoop.yarn.api.protocolrecords.GetNodesToAttributesResponsepublic java.util.Map<java.lang.String,java.util.Set<org.apache.hadoop.yarn.api.records.NodeAttribute>> getNodeToAttributes()
getNodeToAttributes in class org.apache.hadoop.yarn.api.protocolrecords.GetNodesToAttributesResponseCopyright © 2008–2025 Apache Software Foundation. All rights reserved.