Uses of Class
org.apache.hadoop.yarn.api.records.NodeToAttributeValue
Packages that use NodeToAttributeValue
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of NodeToAttributeValue in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type NodeToAttributeValueModifier and TypeMethodDescriptionabstract Map<NodeAttributeKey,List<NodeToAttributeValue>> GetAttributesToNodesResponse.getAttributesToNodes()Get mapping of NodeAttributeKey to its associated mapping of list of NodeToAttributeValue associated with attribute.Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type NodeToAttributeValueModifier and TypeMethodDescriptionstatic GetAttributesToNodesResponseGetAttributesToNodesResponse.newInstance(Map<NodeAttributeKey, List<NodeToAttributeValue>> map) abstract voidGetAttributesToNodesResponse.setAttributeToNodes(Map<NodeAttributeKey, List<NodeToAttributeValue>> map) -
Uses of NodeToAttributeValue in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return NodeToAttributeValueModifier and TypeMethodDescriptionstatic NodeToAttributeValueNodeToAttributeValue.newInstance(String hostname, String attributeValue)