Class NodeToAttributes
java.lang.Object
org.apache.hadoop.yarn.server.api.protocolrecords.NodeToAttributes
Represents a mapping of Node id to list of attributes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringgetNode()abstract List<NodeAttribute>static NodeToAttributesnewInstance(String node, List<NodeAttribute> attributes) abstract voidabstract voidsetNodeAttributes(List<NodeAttribute> attributes)
-
Constructor Details
-
NodeToAttributes
public NodeToAttributes()
-
-
Method Details
-
newInstance
-
getNode
-
setNode
-
getNodeAttributes
-
setNodeAttributes
-