Class NodeToAttributeValuePBImpl
java.lang.Object
org.apache.hadoop.yarn.api.records.NodeToAttributeValue
org.apache.hadoop.yarn.api.records.impl.pb.NodeToAttributeValuePBImpl
public class NodeToAttributeValuePBImpl
extends org.apache.hadoop.yarn.api.records.NodeToAttributeValue
PB Implementation for NodeToAttributeValue.
-
Constructor Summary
ConstructorsConstructorDescriptionNodeToAttributeValuePBImpl(org.apache.hadoop.yarn.proto.YarnProtos.NodeToAttributeValueProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.hadoop.yarn.proto.YarnProtos.NodeToAttributeValueProtogetProto()inthashCode()voidsetAttributeValue(String attributeValue) voidsetHostname(String hostname) toString()Methods inherited from class org.apache.hadoop.yarn.api.records.NodeToAttributeValue
newInstance
-
Constructor Details
-
NodeToAttributeValuePBImpl
public NodeToAttributeValuePBImpl() -
NodeToAttributeValuePBImpl
public NodeToAttributeValuePBImpl(org.apache.hadoop.yarn.proto.YarnProtos.NodeToAttributeValueProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.proto.YarnProtos.NodeToAttributeValueProto getProto() -
getAttributeValue
- Specified by:
getAttributeValuein classorg.apache.hadoop.yarn.api.records.NodeToAttributeValue
-
setAttributeValue
- Specified by:
setAttributeValuein classorg.apache.hadoop.yarn.api.records.NodeToAttributeValue
-
getHostname
- Specified by:
getHostnamein classorg.apache.hadoop.yarn.api.records.NodeToAttributeValue
-
setHostname
- Specified by:
setHostnamein classorg.apache.hadoop.yarn.api.records.NodeToAttributeValue
-
hashCode
public int hashCode() -
equals
-
toString
-