public class NodeToAttributesPBImpl
extends org.apache.hadoop.yarn.server.api.protocolrecords.NodeToAttributes
| Constructor and Description | 
|---|
| NodeToAttributesPBImpl() | 
| NodeToAttributesPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.NodeToAttributesProto proto) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| String | getNode() | 
| List<org.apache.hadoop.yarn.api.records.NodeAttribute> | getNodeAttributes() | 
| org.apache.hadoop.yarn.proto.YarnProtos.NodeToAttributesProto | getProto() | 
| int | hashCode() | 
| void | setNode(String node) | 
| void | setNodeAttributes(List<org.apache.hadoop.yarn.api.records.NodeAttribute> attributes) | 
public NodeToAttributesPBImpl()
public NodeToAttributesPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.NodeToAttributesProto proto)
public org.apache.hadoop.yarn.proto.YarnProtos.NodeToAttributesProto getProto()
public String getNode()
getNode in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeToAttributespublic void setNode(String node)
setNode in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeToAttributespublic List<org.apache.hadoop.yarn.api.records.NodeAttribute> getNodeAttributes()
getNodeAttributes in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeToAttributespublic void setNodeAttributes(List<org.apache.hadoop.yarn.api.records.NodeAttribute> attributes)
setNodeAttributes in class org.apache.hadoop.yarn.server.api.protocolrecords.NodeToAttributesCopyright © 2008–2023 Apache Software Foundation. All rights reserved.