@Private
@Unstable
public class GetAttributesToNodesResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetAttributesToNodesResponse
| Constructor | Description |
|---|---|
GetAttributesToNodesResponsePBImpl() |
|
GetAttributesToNodesResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetAttributesToNodesResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
java.util.Map<org.apache.hadoop.yarn.api.records.NodeAttributeKey,java.util.List<org.apache.hadoop.yarn.api.records.NodeToAttributeValue>> |
getAttributesToNodes() |
|
org.apache.hadoop.yarn.proto.YarnServiceProtos.GetAttributesToNodesResponseProto |
getProto() |
|
int |
hashCode() |
|
void |
setAttributeToNodes(java.util.Map<org.apache.hadoop.yarn.api.records.NodeAttributeKey,java.util.List<org.apache.hadoop.yarn.api.records.NodeToAttributeValue>> map) |
public GetAttributesToNodesResponsePBImpl()
public GetAttributesToNodesResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetAttributesToNodesResponseProto proto)
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetAttributesToNodesResponseProto getProto()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic void setAttributeToNodes(java.util.Map<org.apache.hadoop.yarn.api.records.NodeAttributeKey,java.util.List<org.apache.hadoop.yarn.api.records.NodeToAttributeValue>> map)
setAttributeToNodes in class org.apache.hadoop.yarn.api.protocolrecords.GetAttributesToNodesResponsepublic java.util.Map<org.apache.hadoop.yarn.api.records.NodeAttributeKey,java.util.List<org.apache.hadoop.yarn.api.records.NodeToAttributeValue>> getAttributesToNodes()
getAttributesToNodes in class org.apache.hadoop.yarn.api.protocolrecords.GetAttributesToNodesResponseCopyright © 2008–2025 Apache Software Foundation. All rights reserved.