public class NodeAttributeInfoPBImpl
extends org.apache.hadoop.yarn.api.records.NodeAttributeInfo
| Constructor | Description |
|---|---|
NodeAttributeInfoPBImpl() |
|
NodeAttributeInfoPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.NodeAttributeInfoProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
org.apache.hadoop.yarn.api.records.NodeAttributeKey |
getAttributeKey() |
|
org.apache.hadoop.yarn.api.records.NodeAttributeType |
getAttributeType() |
|
org.apache.hadoop.yarn.proto.YarnProtos.NodeAttributeInfoProto |
getProto() |
|
int |
hashCode() |
|
void |
setAttributeKey(org.apache.hadoop.yarn.api.records.NodeAttributeKey attributeKey) |
|
void |
setAttributeType(org.apache.hadoop.yarn.api.records.NodeAttributeType attributeType) |
|
java.lang.String |
toString() |
public NodeAttributeInfoPBImpl()
public NodeAttributeInfoPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.NodeAttributeInfoProto proto)
public org.apache.hadoop.yarn.proto.YarnProtos.NodeAttributeInfoProto getProto()
public org.apache.hadoop.yarn.api.records.NodeAttributeKey getAttributeKey()
getAttributeKey in class org.apache.hadoop.yarn.api.records.NodeAttributeInfopublic void setAttributeKey(org.apache.hadoop.yarn.api.records.NodeAttributeKey attributeKey)
setAttributeKey in class org.apache.hadoop.yarn.api.records.NodeAttributeInfopublic org.apache.hadoop.yarn.api.records.NodeAttributeType getAttributeType()
getAttributeType in class org.apache.hadoop.yarn.api.records.NodeAttributeInfopublic void setAttributeType(org.apache.hadoop.yarn.api.records.NodeAttributeType attributeType)
setAttributeType in class org.apache.hadoop.yarn.api.records.NodeAttributeInfopublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.