Class NodeAttributeKey
java.lang.Object
org.apache.hadoop.yarn.api.records.NodeAttributeKey
Node AttributeKey uniquely identifies a given Node Attribute. Node Attribute is identified based on attribute prefix and name.
Node Attribute Prefix is used as namespace to segregate the attributes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringabstract Stringstatic NodeAttributeKeynewInstance(String attributeName) static NodeAttributeKeynewInstance(String attributePrefix, String attributeName) abstract voidsetAttributeName(String attributeName) abstract voidsetAttributePrefix(String attributePrefix)
-
Constructor Details
-
NodeAttributeKey
public NodeAttributeKey()
-
-
Method Details
-
newInstance
-
newInstance
-
getAttributePrefix
-
setAttributePrefix
-
getAttributeName
-
setAttributeName
-