Uses of Class
org.apache.hadoop.yarn.api.records.NodeAttributeKey
Packages that use NodeAttributeKey
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 NodeAttributeKey in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type NodeAttributeKeyModifier and TypeMethodDescriptionabstract Map<NodeAttributeKey,List<NodeToAttributeValue>> GetAttributesToNodesResponse.getAttributesToNodes()Get mapping of NodeAttributeKey to its associated mapping of list of NodeToAttributeValue associated with attribute.abstract Set<NodeAttributeKey>GetAttributesToNodesRequest.getNodeAttributes()Get node attributeKeys for which mapping of hostname to attribute value is required.Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type NodeAttributeKeyModifier and TypeMethodDescriptionstatic GetAttributesToNodesRequestGetAttributesToNodesRequest.newInstance(Set<NodeAttributeKey> attributes) static GetAttributesToNodesResponseGetAttributesToNodesResponse.newInstance(Map<NodeAttributeKey, List<NodeToAttributeValue>> map) abstract voidGetAttributesToNodesResponse.setAttributeToNodes(Map<NodeAttributeKey, List<NodeToAttributeValue>> map) abstract voidGetAttributesToNodesRequest.setNodeAttributes(Set<NodeAttributeKey> attributes) Set node attributeKeys for which the mapping of hostname to attribute value is required. -
Uses of NodeAttributeKey in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return NodeAttributeKeyModifier and TypeMethodDescriptionabstract NodeAttributeKeyNodeAttribute.getAttributeKey()abstract NodeAttributeKeyNodeAttributeInfo.getAttributeKey()static NodeAttributeKeyNodeAttributeKey.newInstance(String attributeName) static NodeAttributeKeyNodeAttributeKey.newInstance(String attributePrefix, String attributeName) Methods in org.apache.hadoop.yarn.api.records with parameters of type NodeAttributeKeyModifier and TypeMethodDescriptionstatic NodeAttributeInfoNodeAttributeInfo.newInstance(NodeAttributeKey nodeAttributeKey, NodeAttributeType attributeType) abstract voidNodeAttribute.setAttributeKey(NodeAttributeKey attributeKey) abstract voidNodeAttributeInfo.setAttributeKey(NodeAttributeKey attributeKey) -
Uses of NodeAttributeKey in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return types with arguments of type NodeAttributeKeyModifier and TypeMethodDescriptionabstract Map<NodeAttributeKey,List<NodeToAttributeValue>> YarnClient.getAttributesToNodes(Set<NodeAttributeKey> attributes) The interface used by client to get mapping of AttributeKey to associated NodeToAttributeValue list for specified node attributeKeys in the cluster.Method parameters in org.apache.hadoop.yarn.client.api with type arguments of type NodeAttributeKeyModifier and TypeMethodDescriptionabstract Map<NodeAttributeKey,List<NodeToAttributeValue>> YarnClient.getAttributesToNodes(Set<NodeAttributeKey> attributes) The interface used by client to get mapping of AttributeKey to associated NodeToAttributeValue list for specified node attributeKeys in the cluster.